This repository contains simple tools written in 100% Java.
Below is a brief guide to using dependency management tools like Maven or Gradle.
To use maven add this dependency to your pom.xml:
<dependency>
<groupId>io.github.xiao-organization</groupId>
<artifactId>xiaoTools</artifactId>
<version>1.0.1</version>
</dependency>
To use Gradle add the Maven central repository to your repositories list:
mavenCentral()
Then you can just add the latest version to your build.
implementation 'io.github.xiao-organization:xiaoTools:1.0.1'
Standalone jar If you do not use any dependency management tool, you can find the latest standalone jar here.
xiaoTools is known to work with:
Java 1.8 and higher
Other JRE implementations may work as well, but haven't been tested.
Everything found in this repo is licensed under an Apache-2.0 License. See the LICENSE
file for specifics.