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