| Группа | Группаorg.cloudgraph |
|---|---|
| Идентификатор | Идентификаторcloudgraph-hbase |
| Версия | Версия1.0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cloudgraph-hbase-1.0.8.pom | |
| cloudgraph-hbase-1.0.8.jar | 358 KB |
| cloudgraph-hbase-1.0.8-sources.jar | 291 KB |
| cloudgraph-hbase-1.0.8-javadoc.jar | 916 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/ -->
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-hbase</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/
implementation 'org.cloudgraph:cloudgraph-hbase:1.0.8'
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/
implementation ("org.cloudgraph:cloudgraph-hbase:1.0.8")
'org.cloudgraph:cloudgraph-hbase:jar:1.0.8'
<dependency org="org.cloudgraph" name="cloudgraph-hbase" rev="1.0.8">
<artifact name="cloudgraph-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudgraph', module='cloudgraph-hbase', version='1.0.8')
)
libraryDependencies += "org.cloudgraph" % "cloudgraph-hbase" % "1.0.8"
[org.cloudgraph/cloudgraph-hbase "1.0.8"]