a

alluxio-tests

Integration tests for Alluxio
Files download
File Operation
alluxio-tests-2.9.0.jar download
alluxio-tests-2.9.0.pom download
alluxio-tests-2.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.alluxio</groupId>
  <artifactId>alluxio-tests</artifactId>
  <version>2.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.alluxio:alluxio-tests:2.9.0'
Gradle Kotlin
implementation("org.alluxio:alluxio-tests:2.9.0")
Scala SBT
libraryDependencies += "org.alluxio" % "alluxio-tests" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.alluxio', module='alluxio-tests', version='2.9.0')
)
Apache Ivy
<dependency org="org.alluxio" name="alluxio-tests" rev="2.9.0" />
Leiningen
[org.alluxio/alluxio-tests "2.9.0"]
Apache Buildr
'org.alluxio:alluxio-tests:jar:2.9.0'