License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JSON Data fastjson |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-fastjson |
Last Version | Last Version2.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: JSON Fastjson :: Runtime
Marshal POJOs to JSON and back using Fastjson
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-fastjson/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fastjson</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-fastjson/
implementation 'org.apache.camel.quarkus:camel-quarkus-fastjson:2.10.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-fastjson/
implementation ("org.apache.camel.quarkus:camel-quarkus-fastjson:2.10.0")
'org.apache.camel.quarkus:camel-quarkus-fastjson:jar:2.10.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-fastjson" rev="2.10.0">
<artifact name="camel-quarkus-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-fastjson', version='2.10.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-fastjson" % "2.10.0"
[org.apache.camel.quarkus/camel-quarkus-fastjson "2.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-core | jar | |
org.apache.camel : camel-fastjson | jar |