MVN

org.alluxio : alluxio-microbench

Maven & Gradle

Aug 14, 2023
6.3k stars

Alluxio Microbenchmarks · Microbenchmarks of Alluxio

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-microbench</artifactId>
    <version>303</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 303
  • Latest Beta: 291-beta
  • Latest Alpha: 291-alpha

All Versions

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

Version Vulnerabilities Updated
303
alluxio-microbench-303
302
alluxio-microbench-302
301
alluxio-microbench-301
300
alluxio-microbench-300
295
alluxio-microbench-295
294
alluxio-microbench-294
291
alluxio-microbench-291-gamma
alluxio-microbench-291-beta
alluxio-microbench-291-alpha
2.9.x
alluxio-microbench-2.9.3
alluxio-microbench-2.9.2
alluxio-microbench-2.9.1
alluxio-microbench-2.9.0-2
alluxio-microbench-2.9.0-1
alluxio-microbench-2.9.0
2.8.x
alluxio-microbench-2.8.2
alluxio-microbench-2.8.1
alluxio-microbench-2.8.0-2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-microbench</artifactId>
    <version>303</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.alluxio:alluxio-microbench:303'

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

implementation("org.alluxio:alluxio-microbench:303")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.alluxio" % "alluxio-microbench" % "303"

Advertisement