GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIditest-common |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
itest-common-0.7.0.pom | |
itest-common-0.7.0.jar | 179 KB |
itest-common-0.7.0-tests.jar | 64 KB |
itest-common-0.7.0-project.zip | 59 KB |
itest-common-0.7.0-project.tar.gz | 23 KB |
itest-common-0.7.0-project.tar.bz2 | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/itest-common/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/itest-common/
implementation 'org.apache.bigtop.itest:itest-common:0.7.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/itest-common/
implementation ("org.apache.bigtop.itest:itest-common:0.7.0")
'org.apache.bigtop.itest:itest-common:jar:0.7.0'
<dependency org="org.apache.bigtop.itest" name="itest-common" rev="0.7.0">
<artifact name="itest-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='itest-common', version='0.7.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "itest-common" % "0.7.0"
[org.apache.bigtop.itest/itest-common "0.7.0"]