Download boxed-json-0.5.10.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.10 in this page.

License

Dual license: CDDL1.1 and GPL2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials