| Категории |
КатегорииConfiguration Библиотеки уровня приложения config |
|---|---|
| Группа | Группаorg.apache.hbase |
| Идентификатор | Идентификаторhbase-build-configuration |
| Версия | Версия2.0.0-beta-1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hbase-build-configuration-2.0.0-beta-1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId>
<version>2.0.0-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/
implementation 'org.apache.hbase:hbase-build-configuration:2.0.0-beta-1'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/
implementation ("org.apache.hbase:hbase-build-configuration:2.0.0-beta-1")
'org.apache.hbase:hbase-build-configuration:pom:2.0.0-beta-1'
<dependency org="org.apache.hbase" name="hbase-build-configuration" rev="2.0.0-beta-1">
<artifact name="hbase-build-configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-build-configuration', version='2.0.0-beta-1')
)
libraryDependencies += "org.apache.hbase" % "hbase-build-configuration" % "2.0.0-beta-1"
[org.apache.hbase/hbase-build-configuration "2.0.0-beta-1"]