MVN

com.machbase.ycsb : ycsb

Maven & Gradle

Jun 18, 2020
1 stars

YCSB Release Distribution Builder · This module creates the release package of the YCSB with all DB library bindings. It is only used by the build process and does not contain any real code of itself.

<dependency>
    <groupId>com.machbase.ycsb</groupId>
    <artifactId>ycsb</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.machbase.ycsb : ycsb to add to Maven - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of com.machbase.ycsb : ycsb to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13.x
ycsb-0.13.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.machbase.ycsb</groupId>
    <artifactId>ycsb</artifactId>
    <version>0.13.0</version>
</dependency>

Advertisement