A java blob of common functions and abstractions I typically use on projects.
JBlob is hosted on MavenCentral and can be used like this. Replace $version with the current version.
Gradle (Kotlin):
implementation("dev.amraleth:jblob:$version")Gradle (Groovy):
implementation 'dev.amraleth:jblob:$version'Full API docs are available on javadoc.io.