Files download
File Operation
blormlib-2.4.pom download
blormlib-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bloder</groupId>
  <artifactId>blormlib</artifactId>
  <version>2.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.bloder:blormlib:2.4'
Gradle Kotlin
implementation("com.github.bloder:blormlib:2.4")
Scala SBT
libraryDependencies += "com.github.bloder" % "blormlib" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bloder', module='blormlib', version='2.4')
)
Apache Ivy
<dependency org="com.github.bloder" name="blormlib" rev="2.4" />
Leiningen
[com.github.bloder/blormlib "2.4"]
Apache Buildr
'com.github.bloder:blormlib:jar:2.4'