License |
License |
---|---|
Categories |
CategoriesBuild Tools Net |
GroupId | GroupIdnet.freeutils |
ArtifactId | ArtifactIdbuild-tools |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBuild Tools
Common build tools and configuration files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
build-tools-1.1.pom | |
build-tools-1.1.jar | 3 KB |
build-tools-1.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.freeutils/build-tools/ -->
<dependency>
<groupId>net.freeutils</groupId>
<artifactId>build-tools</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.freeutils/build-tools/
implementation 'net.freeutils:build-tools:1.1'
// https://jarcasting.com/artifacts/net.freeutils/build-tools/
implementation ("net.freeutils:build-tools:1.1")
'net.freeutils:build-tools:jar:1.1'
<dependency org="net.freeutils" name="build-tools" rev="1.1">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.freeutils', module='build-tools', version='1.1')
)
libraryDependencies += "net.freeutils" % "build-tools" % "1.1"
[net.freeutils/build-tools "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |