Skip to content

dai147444612/xiaoTools

 
 

Repository files navigation

Xiao-Tools

Build Status maven-central java-doc

This repository contains simple tools written in 100% Java.

Getting Started

Dependency management tools

Below is a brief guide to using dependency management tools like Maven or Gradle.

Maven

To use maven add this dependency to your pom.xml:

<dependency>
    <groupId>io.github.xiaoxunyao</groupId>
    <artifactId>xiaoTools</artifactId>
    <version>0.1.1-releases</version>
</dependency>

Gradle

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.xiaoxunyao:xiaoTools:0.1.1-releases'

Standalone jar If you do not use any dependency management tool, you can find the latest standalone jar here.

Minimum Required JDK

xiaoTools is known to work with:

Java 1.8 and higher

Other JRE implementations may work as well, but haven't been tested.

License

Everything found in this repo is licensed under an Apache-2.0 License. See the LICENSE file for specifics.

Thanks

Packages

No packages published

Languages

  • Java 100.0%