GeoDecoder

Geolocation decoder to map (lat, lon) coordinates to country

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.sergeybudnik
ArtifactId

ArtifactId

GeoDecoder
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

GeoDecoder
Geolocation decoder to map (lat, lon) coordinates to country
Project URL

Project URL

https://github.com/SergeyBudnik/GeoDecoder
Source Code Management

Source Code Management

http://github.com/SergeyBudnik/GeoDecoder/tree/master

Download GeoDecoder

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.21
com.google.code.gson : gson jar 2.8.6

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.4.21
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0