Dorkbox General Utilities
Go to file
Robinson 205d2f1282 Added 'isIgel' to the list of detected linux distro's 2021-03-20 12:23:01 +01:00
gradle/wrapper updated gradel 2020-08-08 01:03:24 +02:00
scripts Changed to kotlin, removed unused scripts 2019-03-21 11:48:11 +01:00
src/dorkbox Added 'isIgel' to the list of detected linux distro's 2021-03-20 12:23:01 +01:00
test/dorkbox Added executor PID test 2021-01-31 23:49:00 +01:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:33 +02:00
LICENSE Added poroperty loader to license 2021-02-10 00:04:41 +01:00
LICENSE.Apachev2 Added license info 2019-03-25 15:55:38 +01:00
LICENSE.BSD2 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.EPL updated license 2020-08-08 01:03:34 +02:00
LICENSE.GPLv2_CP Updated license info 2021-01-31 23:48:43 +01:00
LICENSE.MIT Added license info 2019-03-25 15:55:38 +01:00
README.md updated version info 2021-03-11 17:38:08 +01:00
build.gradle.kts updated version info 2021-03-11 17:38:08 +01:00
gradlew updated gradel 2020-08-08 01:03:24 +02:00
gradlew.bat updated gradel 2020-08-08 01:03:24 +02:00
settings.gradle.kts WIP kotlin build script 2019-03-21 11:35:19 +01:00

README.md

Dorkbox General Utilities

Dorkbox Github Gitlab Bitbucket

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

Gradle Info

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

License

This project is © 2015 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.