| GroupId | GroupIdorg.arakhne.afc.core |
|---|---|
| ArtifactId | ArtifactIdmath |
| Version | Version15.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| math-15.2.pom | |
| math-15.2.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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.core/math/
implementation 'org.arakhne.afc.core:math:15.2'
// https://jarcasting.com/artifacts/org.arakhne.afc.core/math/
implementation ("org.arakhne.afc.core:math:15.2")
'org.arakhne.afc.core:math:jar:15.2'
<dependency org="org.arakhne.afc.core" name="math" rev="15.2">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.core', module='math', version='15.2')
)
libraryDependencies += "org.arakhne.afc.core" % "math" % "15.2"
[org.arakhne.afc.core/math "15.2"]