is not current version
Last Version 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.

Categories

Categories

Kotlin Languages Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

geolocation
Version

Version

0.1.0
Type

Type

jar

Download 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"]