Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

TCBuildMC/SimpleTools

Repository files navigation

SimpleTools

A java library collection.

Add dependency

Add these to your build.gradle:

repositories {
    maven {
        url = "https://jitpack.io/"
    }
}

dependencies {
    implementation "com.github.TCBuildMC.SimpleTools:{SubProject}:{VERSION}"
}

Remember to replace {VERSION} with commit.

Building

This project is compatible with Java 8 at least, so please use Java 8 to build.

We also prefer to use IntelliJ IDEA to build.

Download the zip and run gradlew build --stacktrace --no-daemon -xtest.

The artifacts will be in build/libs/ directory.

License

This project uses Apache 2.0 License. Feel free to use it in your project.

About

A java library collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages