Download boxed-json-0.5.14.jar file - Jar b

Jar examples for b:boxed-json

Description

Mutable JSON classes with easy search and manipulation in Java

You can download jar file boxed-json 0.5.14 in this page.

License

Dual license: CDDL1.1 and GPL2

Build File

You can use the following script to add boxed-json-0.5.14.jar to your project.

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

Download

Click the following link to download the jar file.

boxed-json-0.5.14-javadoc.jar
boxed-json-0.5.14-sources.jar
boxed-json-0.5.14.jar
boxed-json-0.5.14.pom



Related Tutorials