is not current version
Last Version 17.0

org.arakhne.afc.core:math 15.1


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

math
Version

Version

15.1
Type

Type

jar

Download math 15.1

Filename Size
math-15.1.pom
math-15.1.jar 1 KB
Browse

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