Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdcom.github.hazendaz |
ArtifactId | ArtifactIdbuild-tools |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
build-tools-1.1.7.pom | |
build-tools-1.1.7.jar | 22 KB |
build-tools-1.1.7-sources.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz/build-tools/ -->
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>build-tools</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/build-tools/
implementation 'com.github.hazendaz:build-tools:1.1.7'
// https://jarcasting.com/artifacts/com.github.hazendaz/build-tools/
implementation ("com.github.hazendaz:build-tools:1.1.7")
'com.github.hazendaz:build-tools:jar:1.1.7'
<dependency org="com.github.hazendaz" name="build-tools" rev="1.1.7">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='build-tools', version='1.1.7')
)
libraryDependencies += "com.github.hazendaz" % "build-tools" % "1.1.7"
[com.github.hazendaz/build-tools "1.1.7"]