License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-geometry-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Commons Geometry
The Apache Commons Geometry project provides geometric types and utilities.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-geometry-parent-1.0.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-parent/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-parent/
implementation 'org.apache.commons:commons-geometry-parent:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-parent/
implementation ("org.apache.commons:commons-geometry-parent:1.0")
'org.apache.commons:commons-geometry-parent:pom:1.0'
<dependency org="org.apache.commons" name="commons-geometry-parent" rev="1.0">
<artifact name="commons-geometry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-geometry-parent', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-geometry-parent" % "1.0"
[org.apache.commons/commons-geometry-parent "1.0"]