commons-geometry-parent

commons-geometry-parent

The Apache Commons Geometry project provides geometric types and utilities.
https://commons.apache.org/proper/commons-geometry/
Gilles Sadowski Matt Juntunen
Files download
File Operation
commons-geometry-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-geometry-parent:1.0'
Gradle Kotlin
implementation("org.apache.commons:commons-geometry-parent:1.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-geometry-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-geometry-parent', version='1.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-geometry-parent" rev="1.0" />
Leiningen
[org.apache.commons/commons-geometry-parent "1.0"]
Apache Buildr
'org.apache.commons:commons-geometry-parent:jar:1.0'