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