MVN

org.apache.commons : commons-geometry-examples

Maven & Gradle

Jul 16, 2020

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.

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-geometry-examples</artifactId>
    <version>1.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.commons : commons-geometry-examples to add to Maven - Latest Versions:

  • Latest Stable: 1.0-beta1
  • Latest Beta: 1.0-beta1

All Versions

Choose a version of org.apache.commons : commons-geometry-examples to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
commons-geometry-examples-1.0-beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-geometry-examples</artifactId>
    <version>1.0-beta1</version>
</dependency>