License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-cbor |
Version | Version3.10.0 |
Type | Typejar |
Description |
DescriptionCamel :: CBOR
Camel Cbor Support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-cbor-3.10.0.pom | |
camel-cbor-3.10.0.jar | 20 KB |
camel-cbor-3.10.0-sources.jar | 10 KB |
camel-cbor-3.10.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-cbor/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cbor</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-cbor/
implementation 'org.apache.camel:camel-cbor:3.10.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-cbor/
implementation ("org.apache.camel:camel-cbor:3.10.0")
'org.apache.camel:camel-cbor:jar:3.10.0'
<dependency org="org.apache.camel" name="camel-cbor" rev="3.10.0">
<artifact name="camel-cbor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cbor', version='3.10.0')
)
libraryDependencies += "org.apache.camel" % "camel-cbor" % "3.10.0"
[org.apache.camel/camel-cbor "3.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.10.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-cbor | jar | 2.12.3 |