License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-geometry-examples |
Last Version | Last Version1.0-beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-geometry-examples-1.0-beta1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-examples/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples</artifactId>
<version>1.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-examples/
implementation 'org.apache.commons:commons-geometry-examples:1.0-beta1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-examples/
implementation ("org.apache.commons:commons-geometry-examples:1.0-beta1")
'org.apache.commons:commons-geometry-examples:pom:1.0-beta1'
<dependency org="org.apache.commons" name="commons-geometry-examples" rev="1.0-beta1">
<artifact name="commons-geometry-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-geometry-examples', version='1.0-beta1')
)
libraryDependencies += "org.apache.commons" % "commons-geometry-examples" % "1.0-beta1"
[org.apache.commons/commons-geometry-examples "1.0-beta1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |