You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 weeks ago | |
---|---|---|
gradle/wrapper | 1 month ago | |
scripts | 4 years ago | |
src/dorkbox | 2 weeks ago | |
src9 | 3 weeks ago | |
test/dorkbox | 2 months ago | |
.gitignore | 4 years ago | |
LICENSE | 2 weeks ago | |
LICENSE.Apachev2 | 4 years ago | |
LICENSE.BSD2 | 4 years ago | |
LICENSE.BSD3 | 4 years ago | |
LICENSE.CC0 | 3 years ago | |
LICENSE.MIT | 4 years ago | |
README.md | 3 weeks ago | |
build.gradle.kts | 2 weeks ago | |
gradle.properties | 1 year ago | |
gradlew | 4 weeks ago | |
gradlew.bat | 1 month ago | |
settings.gradle.kts | 4 years ago |
README.md
Dorkbox General Utilities
The files here are copyright by many different authors, usually Apache 2.0, MIT, or BSD.
Please see the header of each file for the specific license that applies to it. Specific license details are in the LICENSE file.
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Utilities</artifactId>
<version>1.36</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
compile "com.dorkbox:Utilities:1.36"
}
License
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.