commons-geometry-spherical

commons-geometry-spherical

Geometric primitives for spherical space.
Files download
File Operation
commons-geometry-spherical-1.0.jar download
commons-geometry-spherical-1.0.pom download
commons-geometry-spherical-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-spherical</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-geometry-spherical:1.0'
Gradle Kotlin
implementation("org.apache.commons:commons-geometry-spherical:1.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-geometry-spherical" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-geometry-spherical', version='1.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-geometry-spherical" rev="1.0" />
Leiningen
[org.apache.commons/commons-geometry-spherical "1.0"]
Apache Buildr
'org.apache.commons:commons-geometry-spherical:jar:1.0'