Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.ndbench |
ArtifactId | ArtifactIdndbench-dax-plugins |
Version | Version0.4.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.ndbench/ndbench-dax-plugins/ -->
<dependency>
<groupId>com.netflix.ndbench</groupId>
<artifactId>ndbench-dax-plugins</artifactId>
<version>0.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.ndbench/ndbench-dax-plugins/
implementation 'com.netflix.ndbench:ndbench-dax-plugins:0.4.13'
// https://jarcasting.com/artifacts/com.netflix.ndbench/ndbench-dax-plugins/
implementation ("com.netflix.ndbench:ndbench-dax-plugins:0.4.13")
'com.netflix.ndbench:ndbench-dax-plugins:jar:0.4.13'
<dependency org="com.netflix.ndbench" name="ndbench-dax-plugins" rev="0.4.13">
<artifact name="ndbench-dax-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.ndbench', module='ndbench-dax-plugins', version='0.4.13')
)
libraryDependencies += "com.netflix.ndbench" % "ndbench-dax-plugins" % "0.4.13"
[com.netflix.ndbench/ndbench-dax-plugins "0.4.13"]