Apache 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.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-geometry-examples
Last Version

Last Version

1.0-beta1
Release Date

Release Date

Type

Type

pom
Description

Description

Apache 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

https://commons.apache.org/proper/commons-geometry/commons-geometry-examples/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-geometry-examples

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

  • examples-jmh
  • examples-io
  • examples-tutorials

Versions

Version
1.0-beta1