jar

dev.haeusler.geojson-kotlin : geojson-moshi

Maven & Gradle

Oct 12, 2021
1 stars

geojson-kotlin-moshi · A GeoJSON implementation for Kotlin

Table Of Contents

Latest Version

Download dev.haeusler.geojson-kotlin : geojson-moshi JAR file - Latest Versions:

All Versions

Download dev.haeusler.geojson-kotlin : geojson-moshi JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 geojson-moshi-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

adapter

├─ adapter.FeatureCollectionJsonAdapter.class - [JAR]

├─ adapter.FeatureJsonAdapter.class - [JAR]

├─ adapter.GeoJsonObjectJsonAdapter.class - [JAR]

├─ adapter.GeometryCollectionJsonAdapter.class - [JAR]

├─ adapter.LineStringJsonAdapter.class - [JAR]

├─ adapter.MultiLineStringJsonAdapter.class - [JAR]

├─ adapter.MultiPointJsonAdapter.class - [JAR]

├─ adapter.MultiPolygonJsonAdapter.class - [JAR]

├─ adapter.PointJsonAdapter.class - [JAR]

├─ adapter.PolygonJsonAdapter.class - [JAR]

├─ adapter.PositionJsonAdapter.class - [JAR]