b

benchmark-core

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