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