License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-util-json |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Util :: JSon
A json simple parser that preserves the ordering in Map as read from JSon source
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-util-json-3.17.0.pom | |
camel-util-json-3.17.0.jar | 39 KB |
camel-util-json-3.17.0-sources.jar | 32 KB |
camel-util-json-3.17.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-util-json</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/
implementation 'org.apache.camel:camel-util-json:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/
implementation ("org.apache.camel:camel-util-json:3.17.0")
'org.apache.camel:camel-util-json:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-util-json" rev="3.17.0">
<artifact name="camel-util-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-util-json', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-util-json" % "3.17.0"
[org.apache.camel/camel-util-json "3.17.0"]