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