| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-hbase |
| Версия | Версия3.11.1 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Hbase
Camel HBase component
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-hbase-3.11.1.pom | |
| camel-hbase-3.11.1.jar | 74 KB |
| camel-hbase-3.11.1-sources.jar | 45 KB |
| camel-hbase-3.11.1-javadoc.jar | 193 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-hbase/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hbase</artifactId>
<version>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-hbase/
implementation 'org.apache.camel:camel-hbase:3.11.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-hbase/
implementation ("org.apache.camel:camel-hbase:3.11.1")
'org.apache.camel:camel-hbase:jar:3.11.1'
<dependency org="org.apache.camel" name="camel-hbase" rev="3.11.1">
<artifact name="camel-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-hbase', version='3.11.1')
)
libraryDependencies += "org.apache.camel" % "camel-hbase" % "3.11.1"
[org.apache.camel/camel-hbase "3.11.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.11.1 |
| org.apache.hbase : hbase-client | jar | 2.3.1 |