/Utils

Contains a few utils which I use all the time.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Maintainability Rating

Utils

Contains a few utils which I use all the time.

Obtaining

You can obtain this library from JitPack.

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.InsanityDeveloper</groupId>
    <artifactId>Utils</artifactId>
    <version>v1.2.1</version>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.InsanityDeveloper:Utils:1.2.1'
}

JsonUtils

Contains two methods to either read a json element from a file or write a json object to a file.

ColorUtils

Contains two methods to create a random color w/o adjusted brightness.