is not current version
Last Version 2.5.0

com.github.salomonbrys.kotson:kotson 1.3.0

Kotlin bindings for JSON manipulation via Gson

GroupId

GroupId

com.github.salomonbrys.kotson
ArtifactId

ArtifactId

kotson
Version

Version

1.3.0
Type

Type

jar

Download kotson 1.3.0


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