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