Files download
File Operation
benchmark-1.2.pom download
Apache Maven
<dependency>
  <groupId>fr.matthieu-vergne</groupId>
  <artifactId>benchmark</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.matthieu-vergne:benchmark:1.2'
Gradle Kotlin
implementation("fr.matthieu-vergne:benchmark:1.2")
Scala SBT
libraryDependencies += "fr.matthieu-vergne" % "benchmark" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='fr.matthieu-vergne', module='benchmark', version='1.2')
)
Apache Ivy
<dependency org="fr.matthieu-vergne" name="benchmark" rev="1.2" />
Leiningen
[fr.matthieu-vergne/benchmark "1.2"]
Apache Buildr
'fr.matthieu-vergne:benchmark:jar:1.2'
Dependencies
The project has no third-party dependencies