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