j

junit-benchmark-examples

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