GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdbigtop-smokes |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
bigtop-smokes-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/bigtop-smokes/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/bigtop-smokes/
implementation 'org.apache.bigtop.itest:bigtop-smokes:1.0.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/bigtop-smokes/
implementation ("org.apache.bigtop.itest:bigtop-smokes:1.0.0")
'org.apache.bigtop.itest:bigtop-smokes:pom:1.0.0'
<dependency org="org.apache.bigtop.itest" name="bigtop-smokes" rev="1.0.0">
<artifact name="bigtop-smokes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='bigtop-smokes', version='1.0.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "bigtop-smokes" % "1.0.0"
[org.apache.bigtop.itest/bigtop-smokes "1.0.0"]