m

mug-benchmarks

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