Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.arakhne.afc |
ArtifactId | ArtifactIdbuild-tools |
Version | Version15.1 |
Type | Typejar |
Filename | Size |
---|---|
build-tools-15.1.pom | |
build-tools-15.1.jar | 17 KB |
build-tools-15.1-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc/build-tools/ -->
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>build-tools</artifactId>
<version>15.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc/build-tools/
implementation 'org.arakhne.afc:build-tools:15.1'
// https://jarcasting.com/artifacts/org.arakhne.afc/build-tools/
implementation ("org.arakhne.afc:build-tools:15.1")
'org.arakhne.afc:build-tools:jar:15.1'
<dependency org="org.arakhne.afc" name="build-tools" rev="15.1">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc', module='build-tools', version='15.1')
)
libraryDependencies += "org.arakhne.afc" % "build-tools" % "15.1"
[org.arakhne.afc/build-tools "15.1"]