is not current version
Last Version 17.0

org.arakhne.afc.core:maths 16.0


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

maths
Version

Version

16.0
Type

Type

pom

Download maths 16.0

Filename Size
maths-16.0.pom 764 bytes
Browse

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