Download phloc-json-2.6.0.jar file - Jar p

Jar examples for p:phloc-json

Description

Library for read and writing JSON objects in a typesafe manner

You can download jar file phloc-json 2.6.0 in this page.

License

Apache 2

Build File

You can use the following script to add phloc-json-2.6.0.jar to your project.

<dependency>
   <groupId>com.phloc</groupId>
   <artifactId>phloc-json</artifactId>
   <version>2.6.0</version>
</dependency>
compile group: 'com.phloc', name: 'phloc-json', version: '2.6.0'
libraryDependencies += "com.phloc" % "phloc-json" % "2.6.0"
<dependency org="com.phloc" name="phloc-json" rev="2.6.0"/>
@Grapes(@Grab(group='com.phloc', module='phloc-json', version='2.6.0'))
'com.phloc:phloc-json:jar:2.6.0'

Download

Click the following link to download the jar file.

phloc-json-2.6.0-javadoc.jar
phloc-json-2.6.0-sources.jar
phloc-json-2.6.0-test-sources.jar
phloc-json-2.6.0.jar
phloc-json-2.6.0.pom



Related Tutorials