| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.opencb.datastore |
| Идентификатор | Идентификаторdatastore-hbase |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Описание |
ОписаниеOpenCB datastore project contains several database libs for SQL and NoSQL
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| datastore-hbase-0.5.0.pom | |
| datastore-hbase-0.5.0.jar | 11 KB |
| datastore-hbase-0.5.0-sources.jar | 7 KB |
| datastore-hbase-0.5.0-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opencb.datastore/datastore-hbase/ -->
<dependency>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore-hbase</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.datastore/datastore-hbase/
implementation 'org.opencb.datastore:datastore-hbase:0.5.0'
// https://jarcasting.com/artifacts/org.opencb.datastore/datastore-hbase/
implementation ("org.opencb.datastore:datastore-hbase:0.5.0")
'org.opencb.datastore:datastore-hbase:jar:0.5.0'
<dependency org="org.opencb.datastore" name="datastore-hbase" rev="0.5.0">
<artifact name="datastore-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.datastore', module='datastore-hbase', version='0.5.0')
)
libraryDependencies += "org.opencb.datastore" % "datastore-hbase" % "0.5.0"
[org.opencb.datastore/datastore-hbase "0.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.opencb.datastore : datastore-core | jar | 0.5.0 |
| org.apache.hbase : hbase-client | jar | 1.0.2 |