Contains a few utils which I use all the time.
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'
}
Contains two methods to either read a json element from a file or write a json object to a file.
Contains two methods to create a random color w/o adjusted brightness.