m

mug-benchmarks

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