GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdhbase-smoke |
Version | Version0.4.0-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/hbase-smoke/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbase-smoke</artifactId>
<version>0.4.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/hbase-smoke/
implementation 'org.apache.bigtop.itest:hbase-smoke:0.4.0-incubating'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/hbase-smoke/
implementation ("org.apache.bigtop.itest:hbase-smoke:0.4.0-incubating")
'org.apache.bigtop.itest:hbase-smoke:jar:0.4.0-incubating'
<dependency org="org.apache.bigtop.itest" name="hbase-smoke" rev="0.4.0-incubating">
<artifact name="hbase-smoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='hbase-smoke', version='0.4.0-incubating')
)
libraryDependencies += "org.apache.bigtop.itest" % "hbase-smoke" % "0.4.0-incubating"
[org.apache.bigtop.itest/hbase-smoke "0.4.0-incubating"]