is not current version
Last Version 3.17.0

org.apache.camel:camel-util-json 3.0.1

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

Categories

Categories

JSON Data
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-util-json
Version

Version

3.0.1
Type

Type

jar

Download camel-util-json 3.0.1


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-util-json</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/
implementation 'org.apache.camel:camel-util-json:3.0.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/
implementation ("org.apache.camel:camel-util-json:3.0.1")
'org.apache.camel:camel-util-json:jar:3.0.1'
<dependency org="org.apache.camel" name="camel-util-json" rev="3.0.1">
  <artifact name="camel-util-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-util-json', version='3.0.1')
)
libraryDependencies += "org.apache.camel" % "camel-util-json" % "3.0.1"
[org.apache.camel/camel-util-json "3.0.1"]