Download jsonkt-1.4.jar file - Jar j

Jar examples for j:jsonkt

Description

Json bindings for Kotlin.

You can download jar file jsonkt 1.4 in this page.

License

MIT

Build File

You can use the following script to add jsonkt-1.4.jar to your project.

<dependency>
   <groupId>jp.nephy</groupId>
   <artifactId>jsonkt</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'jp.nephy', name: 'jsonkt', version: '1.4'
libraryDependencies += "jp.nephy" % "jsonkt" % "1.4"
<dependency org="jp.nephy" name="jsonkt" rev="1.4"/>
@Grapes(@Grab(group='jp.nephy', module='jsonkt', version='1.4'))
'jp.nephy:jsonkt:jar:1.4'

Download

Click the following link to download the jar file.

jsonkt-1.4-javadoc.jar
jsonkt-1.4-sources.jar
jsonkt-1.4.jar
jsonkt-1.4.pom



Related Tutorials