Apache Commons Geometry Enclosing

Algorithms for computing enclosing balls.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-geometry-enclosing
Last Version

Last Version

1.0-beta1
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Geometry Enclosing
Algorithms for computing enclosing balls.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf/commons-geometry.git/commons-geometry-enclosing

Download commons-geometry-enclosing

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-enclosing/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-geometry-enclosing</artifactId>
    <version>1.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-enclosing/
implementation 'org.apache.commons:commons-geometry-enclosing:1.0-beta1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-geometry-enclosing/
implementation ("org.apache.commons:commons-geometry-enclosing:1.0-beta1")
'org.apache.commons:commons-geometry-enclosing:jar:1.0-beta1'
<dependency org="org.apache.commons" name="commons-geometry-enclosing" rev="1.0-beta1">
  <artifact name="commons-geometry-enclosing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-geometry-enclosing', version='1.0-beta1')
)
libraryDependencies += "org.apache.commons" % "commons-geometry-enclosing" % "1.0-beta1"
[org.apache.commons/commons-geometry-enclosing "1.0-beta1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-geometry-core jar 1.0-beta1
org.apache.commons : commons-geometry-euclidean jar 1.0-beta1
org.apache.commons : commons-numbers-fraction jar 1.0-beta1

test (6)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-beta1