GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdhue-smoke |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
hue-smoke-0.5.0.pom | |
hue-smoke-0.5.0.jar | 14 KB |
hue-smoke-0.5.0-project.zip | 3 KB |
hue-smoke-0.5.0-project.tar.gz | 1 KB |
hue-smoke-0.5.0-project.tar.bz2 | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/hue-smoke/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hue-smoke</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/hue-smoke/
implementation 'org.apache.bigtop.itest:hue-smoke:0.5.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/hue-smoke/
implementation ("org.apache.bigtop.itest:hue-smoke:0.5.0")
'org.apache.bigtop.itest:hue-smoke:jar:0.5.0'
<dependency org="org.apache.bigtop.itest" name="hue-smoke" rev="0.5.0">
<artifact name="hue-smoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='hue-smoke', version='0.5.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "hue-smoke" % "0.5.0"
[org.apache.bigtop.itest/hue-smoke "0.5.0"]