MVN

site.ycsb : binding-parent

Maven & Gradle

Oct 08, 2019
3.9k stars

YCSB Datastore Binding Parent · This module acts as the parent for new datastore bindings. It creates a datastore specific binary artifact.

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

Latest Version

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

  • Latest Stable: 0.17.0

All Versions

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

Version Vulnerabilities Updated
0.17.x
binding-parent-0.17.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>site.ycsb</groupId>
    <artifactId>binding-parent</artifactId>
    <version>0.17.0</version>
</dependency>

Advertisement