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