m

math-spatial-core

A multiplatform math library for dealing with points in space
https://github.com/aSoft-Ltd/math-spatial-core
MIT License
Anderson Lameck
文件下载
文件名 操作
math-spatial-core-2.0.14.jar 下载
math-spatial-core-2.0.14.pom 下载
math-spatial-core-2.0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tz.co.asoft</groupId>
  <artifactId>math-spatial-core</artifactId>
  <version>2.0.14</version>
</dependency>
Gradle Groovy
implementation 'tz.co.asoft:math-spatial-core:2.0.14'
Gradle Kotlin
implementation("tz.co.asoft:math-spatial-core:2.0.14")
Scala SBT
libraryDependencies += "tz.co.asoft" % "math-spatial-core" % "2.0.14"
Groovy Grape
@Grapes(
  @Grab(group='tz.co.asoft', module='math-spatial-core', version='2.0.14')
)
Apache Ivy
<dependency org="tz.co.asoft" name="math-spatial-core" rev="2.0.14" />
Leiningen
[tz.co.asoft/math-spatial-core "2.0.14"]
Apache Buildr
'tz.co.asoft:math-spatial-core:jar:2.0.14'