MVN

site.ycsb : root

Maven & Gradle

Oct 08, 2019
4.7k stars

YCSB Root · This is the top level project that builds, packages the core and all the DB bindings for YCSB infrastructure.

<dependency>
    <groupId>site.ycsb</groupId>
    <artifactId>root</artifactId>
    <version>0.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of site.ycsb : root to add to Maven - Latest Versions:

  • Latest Stable: 0.17.0

All Versions

Choose a version of site.ycsb : root to add to Maven - All Versions:

Version Vulnerabilities Updated
0.17.x
root-0.17.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>site.ycsb</groupId>
    <artifactId>root</artifactId>
    <version>0.17.0</version>
</dependency>

Advertisement