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