is not current version
Last Version 17.0

org.arakhne.afc.core:maths 15.2


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

maths
Version

Version

15.2
Type

Type

pom

Download maths 15.2

Filename Size
maths-15.2.pom 764 bytes
Browse

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