文件下载
文件名 操作
math-17.0.jar 下载
math-17.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.arakhne.afc.core</groupId>
  <artifactId>math</artifactId>
  <version>17.0</version>
</dependency>
Gradle Groovy
implementation 'org.arakhne.afc.core:math:17.0'
Gradle Kotlin
implementation("org.arakhne.afc.core:math:17.0")
Scala SBT
libraryDependencies += "org.arakhne.afc.core" % "math" % "17.0"
Groovy Grape
@Grapes(
  @Grab(group='org.arakhne.afc.core', module='math', version='17.0')
)
Apache Ivy
<dependency org="org.arakhne.afc.core" name="math" rev="17.0" />
Leiningen
[org.arakhne.afc.core/math "17.0"]
Apache Buildr
'org.arakhne.afc.core:math:jar:17.0'