m

mvn-defaults

nosqlbench is the core of a programmable workload simulation runtime. This module acts as the parent pom for nosqlbench Maven modules.
http://nosqlbench.io/
The Apache License, Version 2.0
Jonathan Shook Sebastián Estévez
Files download
File Operation
mvn-defaults-4.15.90.pom download
Apache Maven
<dependency>
  <groupId>io.nosqlbench</groupId>
  <artifactId>mvn-defaults</artifactId>
  <version>4.15.90</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.nosqlbench:mvn-defaults:4.15.90'
Gradle Kotlin
implementation("io.nosqlbench:mvn-defaults:4.15.90")
Scala SBT
libraryDependencies += "io.nosqlbench" % "mvn-defaults" % "4.15.90"
Groovy Grape
@Grapes(
  @Grab(group='io.nosqlbench', module='mvn-defaults', version='4.15.90')
)
Apache Ivy
<dependency org="io.nosqlbench" name="mvn-defaults" rev="4.15.90" />
Leiningen
[io.nosqlbench/mvn-defaults "4.15.90"]
Apache Buildr
'io.nosqlbench:mvn-defaults:jar:4.15.90'