is not current version
Last Version 3.17.0

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

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.4.6
Type

Type

jar

Download camel-util-json 3.4.6


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