| Категории |
КатегорииCouchbase Данные Базы данных |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-couchbase |
| Версия | Версия3.14.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-couchbase-3.14.2.pom | |
| camel-couchbase-3.14.2.jar | 45 KB |
| camel-couchbase-3.14.2-sources.jar | 25 KB |
| camel-couchbase-3.14.2-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-couchbase/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-couchbase</artifactId>
<version>3.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-couchbase/
implementation 'org.apache.camel:camel-couchbase:3.14.2'
// https://jarcasting.com/artifacts/org.apache.camel/camel-couchbase/
implementation ("org.apache.camel:camel-couchbase:3.14.2")
'org.apache.camel:camel-couchbase:jar:3.14.2'
<dependency org="org.apache.camel" name="camel-couchbase" rev="3.14.2">
<artifact name="camel-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-couchbase', version='3.14.2')
)
libraryDependencies += "org.apache.camel" % "camel-couchbase" % "3.14.2"
[org.apache.camel/camel-couchbase "3.14.2"]