b

build-tools

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