is not current version
Last Version 17.0

org.arakhne.afc.maven:maventools 15.1


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.arakhne.afc.maven
ArtifactId

ArtifactId

maventools
Version

Version

15.1
Type

Type

jar

Download maventools 15.1


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