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