a

alluxio-tests

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