commons-geometry-enclosing

commons-geometry-enclosing

Algorithms for computing enclosing balls.
文件下载
文件名 操作
commons-geometry-enclosing-1.0-beta1.jar 下载
commons-geometry-enclosing-1.0-beta1.pom 下载
commons-geometry-enclosing-1.0-beta1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-enclosing</artifactId>
  <version>1.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-geometry-enclosing:1.0-beta1'
Gradle Kotlin
implementation("org.apache.commons:commons-geometry-enclosing:1.0-beta1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-geometry-enclosing" % "1.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-geometry-enclosing', version='1.0-beta1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-geometry-enclosing" rev="1.0-beta1" />
Leiningen
[org.apache.commons/commons-geometry-enclosing "1.0-beta1"]
Apache Buildr
'org.apache.commons:commons-geometry-enclosing:jar:1.0-beta1'