j

junit-benchmark-core

文件下载
文件名 操作
junit-benchmark-core-0.1.jar 下载
junit-benchmark-core-0.1.pom 下载
junit-benchmark-core-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ringbufferlab</groupId>
  <artifactId>junit-benchmark-core</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.ringbufferlab:junit-benchmark-core:0.1'
Gradle Kotlin
implementation("com.ringbufferlab:junit-benchmark-core:0.1")
Scala SBT
libraryDependencies += "com.ringbufferlab" % "junit-benchmark-core" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.ringbufferlab', module='junit-benchmark-core', version='0.1')
)
Apache Ivy
<dependency org="com.ringbufferlab" name="junit-benchmark-core" rev="0.1" />
Leiningen
[com.ringbufferlab/junit-benchmark-core "0.1"]
Apache Buildr
'com.ringbufferlab:junit-benchmark-core:jar:0.1'