| GroupId | GroupIdorg.arakhne.afc.core |
|---|---|
| ArtifactId | ArtifactIdmath |
| Version | Version16.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| math-16.0.pom | |
| math-16.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc.core/math/ -->
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>math</artifactId>
<version>16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.core/math/
implementation 'org.arakhne.afc.core:math:16.0'
// https://jarcasting.com/artifacts/org.arakhne.afc.core/math/
implementation ("org.arakhne.afc.core:math:16.0")
'org.arakhne.afc.core:math:jar:16.0'
<dependency org="org.arakhne.afc.core" name="math" rev="16.0">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.core', module='math', version='16.0')
)
libraryDependencies += "org.arakhne.afc.core" % "math" % "16.0"
[org.arakhne.afc.core/math "16.0"]