| License |
License |
|---|---|
| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
| GroupId | GroupIdcom.github.sergeybudnik |
| ArtifactId | ArtifactIdGeoDecoder |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGeoDecoder
Geolocation decoder to map (lat, lon) coordinates to country
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| GeoDecoder-1.1.0.pom | |
| GeoDecoder-1.1.0.jar | 19 KB |
| GeoDecoder-1.1.0-sources.jar | 7 KB |
| GeoDecoder-1.1.0-javadoc.jar | 293 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.21 |
| com.google.code.gson : gson | jar | 2.8.6 |
| 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 |