r

rapidoid-benchmark

Rapidoid Benchmark
Files download
File Operation
rapidoid-benchmark-5.4.1.jar download
rapidoid-benchmark-5.4.1.pom download
rapidoid-benchmark-5.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rapidoid</groupId>
  <artifactId>rapidoid-benchmark</artifactId>
  <version>5.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.rapidoid:rapidoid-benchmark:5.4.1'
Gradle Kotlin
implementation("org.rapidoid:rapidoid-benchmark:5.4.1")
Scala SBT
libraryDependencies += "org.rapidoid" % "rapidoid-benchmark" % "5.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.rapidoid', module='rapidoid-benchmark', version='5.4.1')
)
Apache Ivy
<dependency org="org.rapidoid" name="rapidoid-benchmark" rev="5.4.1" />
Leiningen
[org.rapidoid/rapidoid-benchmark "5.4.1"]
Apache Buildr
'org.rapidoid:rapidoid-benchmark:jar:5.4.1'