GroupId | GroupIdorg.alluxio |
---|---|
ArtifactId | ArtifactIdalluxio-tests |
Version | Version2.2.2-2 |
Type | Typejar |
Filename | Size |
---|---|
alluxio-tests-2.2.2-2.pom | |
alluxio-tests-2.2.2-2.jar | 26 KB |
alluxio-tests-2.2.2-2-sources.jar | 17 KB |
alluxio-tests-2.2.2-2-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-tests/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-tests</artifactId>
<version>2.2.2-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-tests/
implementation 'org.alluxio:alluxio-tests:2.2.2-2'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-tests/
implementation ("org.alluxio:alluxio-tests:2.2.2-2")
'org.alluxio:alluxio-tests:jar:2.2.2-2'
<dependency org="org.alluxio" name="alluxio-tests" rev="2.2.2-2">
<artifact name="alluxio-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-tests', version='2.2.2-2')
)
libraryDependencies += "org.alluxio" % "alluxio-tests" % "2.2.2-2"
[org.alluxio/alluxio-tests "2.2.2-2"]