Download json-simple-ordered-2.20.3.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.20.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials