m

math

Math classes based on the JMonkeyEngine math library
jME BSD License
文件下载
文件名 操作
math-1.0.4.jar 下载
math-1.0.4.pom 下载
math-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.saintandreas</groupId>
  <artifactId>math</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.saintandreas:math:1.0.4'
Gradle Kotlin
implementation("org.saintandreas:math:1.0.4")
Scala SBT
libraryDependencies += "org.saintandreas" % "math" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.saintandreas', module='math', version='1.0.4')
)
Apache Ivy
<dependency org="org.saintandreas" name="math" rev="1.0.4" />
Leiningen
[org.saintandreas/math "1.0.4"]
Apache Buildr
'org.saintandreas:math:jar:1.0.4'