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