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