| Группа | Группаorg.arakhne.afc.core |
|---|---|
| Идентификатор | Идентификаторmath |
| Версия | Версия15.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| math-15.2.pom | |
| math-15.2.jar | 1 KB |
| Обзор |
<!-- 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"]