StarLib
A general-purpose Java Library that provides simple utilities
This library does nothing on it's own and is intended for developers only.
To use this Library
You must add JitPack as a repo, below is for Gradle
repositories {
maven {
url = 'https://www.jitpack.io'
}
}
Then to use this library as a dependency
dependencies {
implementation 'com.github.StarDevelopmentLLC:StarLib:1.0.0-SNAPSHOT'
}
You must shade this library in order to properly use it, or have it already on the class-path. Gradle has the Shadow Plugin you can use for this task. If you are using Maven, the Maven-Shade plugin works just fine.
This Library is provided under the MIT Open-Source License and will always remain that way. You can find the source code here on GitHub. If you find that this library is posted anywhere else that is not by me (Firestar311), I recommend that you do not download from there. You can always find the most recent, official version on the GitHub, completely free of charge. If you could also let me know about it so that I can (hopefully) get it removed/changed, that would be great! Please consider supporting development by using GitHub Sponsors.
Information
Category | Developer Tools |
---|---|
Published on | November 8, 2023 |
License | MIT |
Downloads | 2 |
Stars | 0 |
Watchers | 0 |