License |
License |
---|---|
Categories |
CategoriesJSON Data fastjson |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-fastjson |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Fastjson
Camel Fastjson support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-fastjson-3.17.0.pom | |
camel-fastjson-3.17.0.jar | 15 KB |
camel-fastjson-3.17.0-sources.jar | 7 KB |
camel-fastjson-3.17.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-fastjson/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-fastjson</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-fastjson/
implementation 'org.apache.camel:camel-fastjson:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-fastjson/
implementation ("org.apache.camel:camel-fastjson:3.17.0")
'org.apache.camel:camel-fastjson:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-fastjson" rev="3.17.0">
<artifact name="camel-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-fastjson', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-fastjson" % "3.17.0"
[org.apache.camel/camel-fastjson "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.17.0 |
com.alibaba : fastjson | jar | 1.2.80 |