GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdsmoke-tests-conf |
Version | Version0.6.0 |
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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/smoke-tests-conf/
implementation 'org.apache.bigtop.itest:smoke-tests-conf:0.6.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/smoke-tests-conf/
implementation ("org.apache.bigtop.itest:smoke-tests-conf:0.6.0")
'org.apache.bigtop.itest:smoke-tests-conf:jar:0.6.0'
<dependency org="org.apache.bigtop.itest" name="smoke-tests-conf" rev="0.6.0">
<artifact name="smoke-tests-conf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='smoke-tests-conf', version='0.6.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "smoke-tests-conf" % "0.6.0"
[org.apache.bigtop.itest/smoke-tests-conf "0.6.0"]