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