is not current version
Last Version 17.0

org.arakhne.afc:build-tools 15.2


Categories

Categories

Build Tools
GroupId

GroupId

org.arakhne.afc
ArtifactId

ArtifactId

build-tools
Version

Version

15.2
Type

Type

jar

Download build-tools 15.2


<!-- https://jarcasting.com/artifacts/org.arakhne.afc/build-tools/ -->
<dependency>
    <groupId>org.arakhne.afc</groupId>
    <artifactId>build-tools</artifactId>
    <version>15.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc/build-tools/
implementation 'org.arakhne.afc:build-tools:15.2'
// https://jarcasting.com/artifacts/org.arakhne.afc/build-tools/
implementation ("org.arakhne.afc:build-tools:15.2")
'org.arakhne.afc:build-tools:jar:15.2'
<dependency org="org.arakhne.afc" name="build-tools" rev="15.2">
  <artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc', module='build-tools', version='15.2')
)
libraryDependencies += "org.arakhne.afc" % "build-tools" % "15.2"
[org.arakhne.afc/build-tools "15.2"]