MVN

org.alluxio : alluxio-tests-integration

Maven & Gradle

Sep 10, 2023

Alluxio Tests - Integration Tests · Integration tests for Alluxio

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-tests-integration</artifactId>
    <version>304</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.alluxio : alluxio-tests-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 304

All Versions

Choose a version of org.alluxio : alluxio-tests-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
304
alluxio-tests-integration-304

How to add a dependency to Maven

Add the following org.alluxio : alluxio-tests-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-tests-integration</artifactId>
    <version>304</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.alluxio : alluxio-tests-integration gradle dependency to your build.gradle file:

implementation 'org.alluxio:alluxio-tests-integration:304'

Gradle Kotlin DSL: Add the following org.alluxio : alluxio-tests-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.alluxio:alluxio-tests-integration:304")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.alluxio : alluxio-tests-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.alluxio" % "alluxio-tests-integration" % "304"

Advertisement

Dependencies from Group

Aug 14, 2023
53 usages
6.3k stars
Aug 14, 2023
21 usages
6.3k stars
Aug 14, 2023
16 usages
6.3k stars
Aug 14, 2023
16 usages
6.3k stars
Aug 14, 2023
14 usages
6.3k stars

Discover Dependencies