| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeo Прикладные библиотеки Geospatial |
| Группа | Группаcom.geophile |
| Идентификатор | Идентификаторgeophile |
| Версия | Версия2.3.0 |
| Тип | Типjar |
| Описание |
Описаниеgeophile
A Java implementation of spatial indexing and spatial join.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| geophile-2.3.0.pom | |
| geophile-2.3.0.jar | 71 KB |
| geophile-2.3.0-test-sources.jar | 59 KB |
| geophile-2.3.0-sources.jar | 49 KB |
| geophile-2.3.0-javadoc.jar | 279 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.locationtech.jts : jts-core | jar | 1.16.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |