Categories |
CategoriesCouchbase Data Databases |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-couchbase |
Version | Version3.11.6 |
Type | Typejar |
Filename | Size |
---|---|
camel-couchbase-3.11.6.pom | |
camel-couchbase-3.11.6.jar | 48 KB |
camel-couchbase-3.11.6-sources.jar | 25 KB |
camel-couchbase-3.11.6-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-couchbase/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-couchbase</artifactId>
<version>3.11.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-couchbase/
implementation 'org.apache.camel:camel-couchbase:3.11.6'
// https://jarcasting.com/artifacts/org.apache.camel/camel-couchbase/
implementation ("org.apache.camel:camel-couchbase:3.11.6")
'org.apache.camel:camel-couchbase:jar:3.11.6'
<dependency org="org.apache.camel" name="camel-couchbase" rev="3.11.6">
<artifact name="camel-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-couchbase', version='3.11.6')
)
libraryDependencies += "org.apache.camel" % "camel-couchbase" % "3.11.6"
[org.apache.camel/camel-couchbase "3.11.6"]