is not current version
Last Version 17.0

org.arakhne.afc:build-tools 16.0


Categories

Categories

Build Tools
GroupId

GroupId

org.arakhne.afc
ArtifactId

ArtifactId

build-tools
Version

Version

16.0
Type

Type

jar

Download build-tools 16.0


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