License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.geophile |
ArtifactId | ArtifactIdgeophile |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeophile
A Java implementation of spatial indexing and spatial join.
|
Project URL |
Project URL |
Filename | Size |
---|---|
geophile-2.3.0.pom | |
geophile-2.3.0.jar | 67 KB |
geophile-2.3.0-tests.jar | 129 KB |
geophile-2.3.0-test-sources.jar | 57 KB |
geophile-2.3.0-sources.jar | 48 KB |
geophile-2.3.0-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geophile/geophile/ -->
<dependency>
<groupId>com.geophile</groupId>
<artifactId>geophile</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.geophile/geophile/
implementation 'com.geophile:geophile:2.3.0'
// https://jarcasting.com/artifacts/com.geophile/geophile/
implementation ("com.geophile:geophile:2.3.0")
'com.geophile:geophile:jar:2.3.0'
<dependency org="com.geophile" name="geophile" rev="2.3.0">
<artifact name="geophile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geophile', module='geophile', version='2.3.0')
)
libraryDependencies += "com.geophile" % "geophile" % "2.3.0"
[com.geophile/geophile "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.locationtech.jts : jts-core | jar | 1.16.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |