MVN

com.machbase.ycsb : binding-parent

Maven & Gradle

Jun 18, 2020
1 stars

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

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

Latest Version

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

  • Latest Stable: 0.13.0

All Versions

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

Version Vulnerabilities Updated
0.13.x
binding-parent-0.13.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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