License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-geometry-hull |
Last Version | Last Version1.0-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Geometry Hull
Algorithms for computing convex hulls.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-hull/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-hull</artifactId>
<version>1.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-hull/
implementation 'org.apache.commons:commons-geometry-hull:1.0-beta1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-hull/
implementation ("org.apache.commons:commons-geometry-hull:1.0-beta1")
'org.apache.commons:commons-geometry-hull:jar:1.0-beta1'
<dependency org="org.apache.commons" name="commons-geometry-hull" rev="1.0-beta1">
<artifact name="commons-geometry-hull" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-geometry-hull', version='1.0-beta1')
)
libraryDependencies += "org.apache.commons" % "commons-geometry-hull" % "1.0-beta1"
[org.apache.commons/commons-geometry-hull "1.0-beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-geometry-core | jar | 1.0-beta1 |
org.apache.commons : commons-geometry-euclidean | jar | 1.0-beta1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-geometry-core | test-jar | 1.0-beta1 |
org.apache.commons : commons-geometry-euclidean | test-jar | 1.0-beta1 |
org.apache.commons : commons-rng-client-api | jar | 1.3 |
org.apache.commons : commons-rng-simple | jar | 1.3 |
org.apache.commons : commons-rng-sampling | jar | 1.3 |
junit : junit | jar | 4.13 |