License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JSON Data fastjson |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-fastjson |
Version | Version2.0.0-M2 |
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.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-fastjson/
implementation 'org.apache.camel.quarkus:camel-quarkus-fastjson:2.0.0-M2'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-fastjson/
implementation ("org.apache.camel.quarkus:camel-quarkus-fastjson:2.0.0-M2")
'org.apache.camel.quarkus:camel-quarkus-fastjson:jar:2.0.0-M2'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-fastjson" rev="2.0.0-M2">
<artifact name="camel-quarkus-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-fastjson', version='2.0.0-M2')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-fastjson" % "2.0.0-M2"
[org.apache.camel.quarkus/camel-quarkus-fastjson "2.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-core | jar | |
org.apache.camel : camel-fastjson | jar |