License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdio.github.ejif.geometry |
ArtifactId | ArtifactIdgeometry |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionGeometry
Java library for computational geometry.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geometry-0.0.2.pom | |
geometry-0.0.2.jar | 47 KB |
geometry-0.0.2-sources.jar | 14 KB |
geometry-0.0.2-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ejif.geometry/geometry/ -->
<dependency>
<groupId>io.github.ejif.geometry</groupId>
<artifactId>geometry</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ejif.geometry/geometry/
implementation 'io.github.ejif.geometry:geometry:0.0.2'
// https://jarcasting.com/artifacts/io.github.ejif.geometry/geometry/
implementation ("io.github.ejif.geometry:geometry:0.0.2")
'io.github.ejif.geometry:geometry:jar:0.0.2'
<dependency org="io.github.ejif.geometry" name="geometry" rev="0.0.2">
<artifact name="geometry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ejif.geometry', module='geometry', version='0.0.2')
)
libraryDependencies += "io.github.ejif.geometry" % "geometry" % "0.0.2"
[io.github.ejif.geometry/geometry "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.1-jre |
org.projectlombok : lombok | jar | 1.18.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.0 |