is not current version
Last Version 17.0

org.arakhne.afc.core:vmutils 12.0


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

vmutils
Version

Version

12.0
Type

Type

jar

Download vmutils 12.0


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