Download json-provider-2.5.3.jar file - Jar j

Jar examples for j:json-provider

Description

Service provider for JsonCodec SPI, based on Jackson-stack

You can download jar file json-provider 2.5.3 in this page.

Build File

You can use the following script to add json-provider-2.5.3.jar to your project.

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

Download

Click the following link to download the jar file.

json-provider-2.5.3-javadoc.jar
json-provider-2.5.3-sources.jar
json-provider-2.5.3.jar
json-provider-2.5.3.pom



Related Tutorials