a

alluxio-tests

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