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