a

alluxio-tests

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