Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdcom.github.hazendaz |
ArtifactId | ArtifactIdbuild-tools |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
build-tools-1.2.5.pom | |
build-tools-1.2.5.jar | 29 KB |
build-tools-1.2.5-sources.jar | 29 KB |
Browse |
<!-- 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"]