jar

com.github.sergeybudnik : GeoDecoder

Maven & Gradle

Jan 17, 2021
1 stars

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

Table Of Contents

Latest Version

Download com.github.sergeybudnik : GeoDecoder JAR file - Latest Versions:

All Versions

Download com.github.sergeybudnik : GeoDecoder JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window GeoDecoder-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sergeybudnik.logic.parse

├─ com.github.sergeybudnik.logic.parse.GeoParser.class - [JAR]

├─ com.github.sergeybudnik.logic.parse.GeoParserDatahubIOGeometryType.class - [JAR]

├─ com.github.sergeybudnik.logic.parse.GeoParserDatahubIOImpl.class - [JAR]

├─ com.github.sergeybudnik.logic.parse.GeoParserDatahubIOJsonAccessor.class - [JAR]

com.github.sergeybudnik.logic.decode

├─ com.github.sergeybudnik.logic.decode.GeoDecoder.class - [JAR]

├─ com.github.sergeybudnik.logic.decode.GeoDecoderImpl.class - [JAR]

com.github.sergeybudnik.data

├─ com.github.sergeybudnik.data.GDCoordinate.class - [JAR]

├─ com.github.sergeybudnik.data.GDCountry.class - [JAR]

├─ com.github.sergeybudnik.data.GDCountryBound.class - [JAR]

├─ com.github.sergeybudnik.data.GDCountryInfo.class - [JAR]

├─ com.github.sergeybudnik.data.GDOrientation.class - [JAR]