Dorkbox General Utilities
 
 
 
 
Go to file
Robinson 23b9a4f7ff
version 1.48
2023-11-22 22:09:01 +01:00
gradle/wrapper updated gradle 2023-08-21 01:42:39 +02:00
scripts Changed to kotlin, removed unused scripts 2019-03-21 11:48:11 +01:00
src/dorkbox version 1.48 2023-11-22 22:09:01 +01:00
src9 code cleanup 2023-08-06 17:22:04 -06:00
test/dorkbox updated unit tests 2023-09-14 17:54:10 +02:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:33 +02:00
LICENSE updated license 2023-08-21 01:43:36 +02:00
LICENSE.Apachev2 Added license info 2019-03-25 15:55:38 +01:00
LICENSE.BSD3 Added license info 2019-03-25 15:55:38 +01:00
README.md version 1.48 2023-11-22 22:09:01 +01:00
build.gradle.kts version 1.48 2023-11-22 22:09:01 +01:00
gradle.properties Updated build utilities/properties/license 2021-12-14 11:31:52 -07:00
gradlew updated gradle 2023-08-21 01:42:39 +02:00
gradlew.bat updated gradle 2023-08-21 01:42:39 +02:00
settings.gradle.kts Updated classutils 2023-08-05 13:24:48 -06:00

README.md

Dorkbox General Utilities

Dorkbox Github Gitlab

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.48</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:Utilities:1.48"
}

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.