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