Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

scolastico-dev/s.Tools

Repository files navigation

s.Tools

badge badge badge badge badge

Simple tools for simple usage!

Description

s.Tools is a collection of simple tools that are intended to make programming more convenient. On the one hand, there are simple things that are simply shortened by s.Tools, such as: Generating MD5 hashes or URL encoding / decoding without having to provide UTF-8 as a charset every time. But also more complicated functions like reading the System.out.println as a string are included.

Installation

Maven:

s.Tools is in the maven central repository so to install it just add the following dependency to your pom.xml.

  <dependencies>
    <dependency>
      <groupId>me.scolastico</groupId>
      <artifactId>tools</artifactId>
      <version>2.2.3</version>
    </dependency>
  </dependencies>

Other:

Instructions for installing with a different build manager can be found here.

Documentation

You can find the latest api docs here (javadoc) or here (dokka).

License

This project is licensed under the Mozilla Public License Version 2.0. Read more here.

Contribution

I look forward to any help with the project. So feel free and contribute to the project and start a sub branch. If you think your code should be in the next version start a pull request. Github Actions should automatically test whether your version works. Please describe exactly what you have edited in your pull request.

Liability

I or any other contributor is not responsible for any errors or mistakes that may appear! Use at your own risk.

Other Projects

Check out my other projects: On Github or on my Website.