Dorkbox General Utilities
 
 
 
 
Go to file
nathan dda9d08815 Added license info 2019-03-25 15:55:38 +01:00
scripts Changed to kotlin, removed unused scripts 2019-03-21 11:48:11 +01:00
src/dorkbox Updated kryo 2019-03-25 15:51:03 +01:00
test/dorkbox/util Updated BCrypt with int overflow fixes. Updated copyright. Added unit test 2019-03-25 15:50:03 +01:00
.gitignore Updated .gitignore and gradle build files 2018-06-30 19:36:50 +02:00
LICENSE Added license info 2019-03-25 15:55:38 +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.MIT Added license info 2019-03-25 15:55:38 +01:00
README.md Added license info 2019-03-25 15:55:38 +01:00
build.gradle.kts Added license info 2019-03-25 15:55:38 +01:00
gradlew Updated gradle 2019-03-25 15:51:17 +01:00
gradlew.bat Updated gradle 2019-03-25 15:51:17 +01: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.0</version>
    </dependency>
</dependencies>

Gradle Info

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

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.