Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 636 Bytes

File metadata and controls

25 lines (15 loc) · 636 Bytes

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.