Files download
File Operation
freelib-build-tools-8.0.3.pom download
Apache Maven
<dependency>
  <groupId>info.freelibrary</groupId>
  <artifactId>freelib-build-tools</artifactId>
  <version>8.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'info.freelibrary:freelib-build-tools:8.0.3'
Gradle Kotlin
implementation("info.freelibrary:freelib-build-tools:8.0.3")
Scala SBT
libraryDependencies += "info.freelibrary" % "freelib-build-tools" % "8.0.3"
Groovy Grape
@Grapes(
  @Grab(group='info.freelibrary', module='freelib-build-tools', version='8.0.3')
)
Apache Ivy
<dependency org="info.freelibrary" name="freelib-build-tools" rev="8.0.3" />
Leiningen
[info.freelibrary/freelib-build-tools "8.0.3"]
Apache Buildr
'info.freelibrary:freelib-build-tools:jar:8.0.3'
Dependencies
The project has no third-party dependencies