Download json_2.11-0.4.0.jar file - Jar j

Jar examples for j:json-2.11

Description

util to convert from/to JValue objects

You can download jar file json_2.11 0.4.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add json_2.11-0.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

json_2.11-0.4.0-javadoc.jar
json_2.11-0.4.0-sources.jar
json_2.11-0.4.0.jar
json_2.11-0.4.0.pom



Related Tutorials