Kotlin GeoJson implementation

A Kotlin Multiplatform implementation of GeoJson objects

License

License

Categories

Categories

JavaScript Languages Geo Business Logic Libraries Geospatial JSON Data
GroupId

GroupId

io.github.dellisd.spatialk
ArtifactId

ArtifactId

geojson-js
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

Kotlin GeoJson implementation
A Kotlin Multiplatform implementation of GeoJson objects
Project URL

Project URL

https://github.com/dellisd/spatial-k
Source Code Management

Source Code Management

https://github.com/dellisd/spatial-k

Download geojson-js

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.dellisd.spatialk/geojson-js/ -->
<dependency>
    <groupId>io.github.dellisd.spatialk</groupId>
    <artifactId>geojson-js</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dellisd.spatialk/geojson-js/
implementation 'io.github.dellisd.spatialk:geojson-js:0.2.1'
// https://jarcasting.com/artifacts/io.github.dellisd.spatialk/geojson-js/
implementation ("io.github.dellisd.spatialk:geojson-js:0.2.1")
'io.github.dellisd.spatialk:geojson-js:pom:0.2.1'
<dependency org="io.github.dellisd.spatialk" name="geojson-js" rev="0.2.1">
  <artifact name="geojson-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dellisd.spatialk', module='geojson-js', version='0.2.1')
)
libraryDependencies += "io.github.dellisd.spatialk" % "geojson-js" % "0.2.1"
[io.github.dellisd.spatialk/geojson-js "0.2.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.0
org.jetbrains.kotlinx : kotlinx-serialization-json-js jar 1.3.2
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0
0.1.1