License |
License |
---|---|
GroupId | GroupIdcom.machbase.ycsb |
ArtifactId | ArtifactIdmachbase-binding |
Version | Version0.13.0 |
Type | Typejar |
Description |
DescriptionMachbase Binding
This module acts as the parent for new datastore bindings.
It creates a datastore specific binary artifact.
|
Filename | Size |
---|---|
machbase-binding-0.13.0.pom | |
machbase-binding-0.13.0.tar.gz | 136 KB |
machbase-binding-0.13.0-sources.jar | 7 KB |
machbase-binding-0.13.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.machbase.ycsb/machbase-binding/ -->
<dependency>
<groupId>com.machbase.ycsb</groupId>
<artifactId>machbase-binding</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.machbase.ycsb/machbase-binding/
implementation 'com.machbase.ycsb:machbase-binding:0.13.0'
// https://jarcasting.com/artifacts/com.machbase.ycsb/machbase-binding/
implementation ("com.machbase.ycsb:machbase-binding:0.13.0")
'com.machbase.ycsb:machbase-binding:jar:0.13.0'
<dependency org="com.machbase.ycsb" name="machbase-binding" rev="0.13.0">
<artifact name="machbase-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.machbase.ycsb', module='machbase-binding', version='0.13.0')
)
libraryDependencies += "com.machbase.ycsb" % "machbase-binding" % "0.13.0"
[com.machbase.ycsb/machbase-binding "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
com.machbase.client » machbase-client | jar | 5.5.0 |
Group / Artifact | Type | Version |
---|---|---|
com.yahoo.ycsb » core | jar | 0.13.0-SNAPSHOT |