m

math-point-core

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