Dorkbox General Utilities
 
 
 
 
Go to file
Robinson d3a767806b
Version 1.44
2023-08-05 10:16:25 -06:00
gradle/wrapper Updated gradle 2022-12-29 23:20:50 +01:00
scripts Changed to kotlin, removed unused scripts 2019-03-21 11:48:11 +01:00
src/dorkbox Version 1.44 2023-08-05 10:16:25 -06:00
src9 Moved classutils to their own project 2023-08-05 10:15:55 -06:00
test/dorkbox Moved all crypto utils to their own project 2023-07-03 00:57:44 +02:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:33 +02:00
LICENSE Moved classutils to their own project 2023-08-05 10:15:55 -06: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
LICENSE.CC0 updated license 2020-08-08 01:03:34 +02:00
LICENSE.MIT Added license info 2019-03-25 15:55:38 +01:00
README.md updated urls + version 2023-01-12 02:01:15 +01:00
build.gradle.kts Version 1.44 2023-08-05 10:16:25 -06:00
gradle.properties Updated build utilities/properties/license 2021-12-14 11:31:52 -07:00
gradlew line endings 2023-01-05 19:15:44 +01:00
gradlew.bat Updated gradle 2022-12-29 23:20:50 +01:00
settings.gradle.kts Moved classutils to their own project 2023-08-05 10:15:55 -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.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.