не последняя версия
Последняя версия 0.2.4

com.kotlinnlp:geolocation 0.1.0

GeoLocation is a Kotlin library designed to support the identification of geo-locations in a text.

Категории

Категории

Kotlin Языки программирования Geo Прикладные библиотеки Geospatial
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

geolocation
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать geolocation 0.1.0


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