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