Skip to content

amraleth/jblob

Repository files navigation

JBlob

Maven Central

A java blob of common functions and abstractions I typically use on projects.

Installation

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'

Documentation

Full API docs are available on javadoc.io.

About

A blob of common Java functions and abstractions.

Topics

Resources

License

Stars

Watchers

Forks

Contributors