Download json-simple-ordered-2.21.1.jar file - Jar j

Jar examples for j:json-simple-ordered

Description

A patched json-simple parser that preserves the ordering in Map as read from JSon source

You can download jar file json-simple-ordered 2.21.1 in this page.

License

Apache License

Build File

You can use the following script to add json-simple-ordered-2.21.1.jar to your project.

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>json-simple-ordered</artifactId>
   <version>2.21.1</version>
</dependency>
compile group: 'org.apache.camel', name: 'json-simple-ordered', version: '2.21.1'
libraryDependencies += "org.apache.camel" % "json-simple-ordered" % "2.21.1"
<dependency org="org.apache.camel" name="json-simple-ordered" rev="2.21.1"/>
@Grapes(@Grab(group='org.apache.camel', module='json-simple-ordered', version='2.21.1'))
'org.apache.camel:json-simple-ordered:jar:2.21.1'

Download

Click the following link to download the jar file.

json-simple-ordered-2.21.1-javadoc.jar
json-simple-ordered-2.21.1-sources.jar
json-simple-ordered-2.21.1.jar
json-simple-ordered-2.21.1.pom



Related Tutorials