Download json-provider-2.2.1.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.2.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials