| Категории |
КатегорииCouchbase Данные Базы данных |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-couchbase |
| Версия | Версия3.9.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]