Download kotson-2.5.0.jar file - Jar k

Jar examples for k:kotson

Description

Kotlin bindings for JSON manipulation via Gson

You can download jar file kotson 2.5.0 in this page.

License

MIT

Build File

You can use the following script to add kotson-2.5.0.jar to your project.

<dependency>
   <groupId>com.github.salomonbrys.kotson</groupId>
   <artifactId>kotson</artifactId>
   <version>2.5.0</version>
</dependency>
compile group: 'com.github.salomonbrys.kotson', name: 'kotson', version: '2.5.0'
libraryDependencies += "com.github.salomonbrys.kotson" % "kotson" % "2.5.0"
<dependency org="com.github.salomonbrys.kotson" name="kotson" rev="2.5.0"/>
@Grapes(@Grab(group='com.github.salomonbrys.kotson', module='kotson', version='2.5.0'))
'com.github.salomonbrys.kotson:kotson:jar:2.5.0'

Download

Click the following link to download the jar file.

kotson-2.5.0-javadoc.jar
kotson-2.5.0-sources.jar
kotson-2.5.0.jar
kotson-2.5.0.pom



Related Tutorials