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