b

build-tools

Configurations and other bits of usefulness.
Files download
File Operation
build-tools-2.8.jar download
build-tools-2.8.pom download
build-tools-2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mikesena.maven.shared</groupId>
  <artifactId>build-tools</artifactId>
  <version>2.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.mikesena.maven.shared:build-tools:2.8'
Gradle Kotlin
implementation("com.github.mikesena.maven.shared:build-tools:2.8")
Scala SBT
libraryDependencies += "com.github.mikesena.maven.shared" % "build-tools" % "2.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mikesena.maven.shared', module='build-tools', version='2.8')
)
Apache Ivy
<dependency org="com.github.mikesena.maven.shared" name="build-tools" rev="2.8" />
Leiningen
[com.github.mikesena.maven.shared/build-tools "2.8"]
Apache Buildr
'com.github.mikesena.maven.shared:build-tools:jar:2.8'