is not current version
Last Version 0.2.4

com.kotlinnlp:geolocation 0.2.3

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

Categories

Categories

Kotlin Languages Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

geolocation
Version

Version

0.2.3
Type

Type

jar

Download geolocation 0.2.3


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