Download json-view-0.8.jar file - Jar j

Jar examples for j:json-view

Description

Provides programmatic exclusion/inclusion for Jackson JSON serialization

You can download jar file json-view 0.8 in this page.

License

GPLv3

Build File

You can use the following script to add json-view-0.8.jar to your project.

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

Download

Click the following link to download the jar file.

json-view-0.8-javadoc.jar
json-view-0.8-sources.jar
json-view-0.8.jar
json-view-0.8.pom



Related Tutorials