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