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