is not current version
Last Version 1.2.7

com.github.hazendaz:build-tools 1.2.5

Maven Build Tools is a Configuraton Jar file that can be used with various plugins.

Categories

Categories

Build Tools
GroupId

GroupId

com.github.hazendaz
ArtifactId

ArtifactId

build-tools
Version

Version

1.2.5
Type

Type

jar

Download build-tools 1.2.5


<!-- https://jarcasting.com/artifacts/com.github.hazendaz/build-tools/ -->
<dependency>
    <groupId>com.github.hazendaz</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/build-tools/
implementation 'com.github.hazendaz:build-tools:1.2.5'
// https://jarcasting.com/artifacts/com.github.hazendaz/build-tools/
implementation ("com.github.hazendaz:build-tools:1.2.5")
'com.github.hazendaz:build-tools:jar:1.2.5'
<dependency org="com.github.hazendaz" name="build-tools" rev="1.2.5">
  <artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='build-tools', version='1.2.5')
)
libraryDependencies += "com.github.hazendaz" % "build-tools" % "1.2.5"
[com.github.hazendaz/build-tools "1.2.5"]