commons-geometry-examples

commons-geometry-examples

Examples of use of the "Commons Geometry" library. Codes in this module and its sub-modules are not part of the library. They provide code examples, checking, and benchmarking tools to enhance the documentation and to help ensure correctness of the implementations.
文件下载
文件名 操作
commons-geometry-examples-1.0-beta1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-examples</artifactId>
  <version>1.0-beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-geometry-examples:1.0-beta1'
Gradle Kotlin
implementation("org.apache.commons:commons-geometry-examples:1.0-beta1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-geometry-examples" % "1.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-geometry-examples', version='1.0-beta1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-geometry-examples" rev="1.0-beta1" />
Leiningen
[org.apache.commons/commons-geometry-examples "1.0-beta1"]
Apache Buildr
'org.apache.commons:commons-geometry-examples:jar:1.0-beta1'