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