MVN

com.google.mug : mug-benchmarks

Maven & Gradle

Mar 25, 2023
317 stars

benchmarks

<dependency>
    <groupId>com.google.mug</groupId>
    <artifactId>mug-benchmarks</artifactId>
    <version>6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.mug : mug-benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6

All Versions

Choose a version of com.google.mug : mug-benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6
mug-benchmarks-6.6
6.5
mug-benchmarks-6.5
6.4
mug-benchmarks-6.4
6.3
mug-benchmarks-6.3
6.1
mug-benchmarks-6.1
6.0
mug-benchmarks-6.0
5.9
mug-benchmarks-5.9
5.8
mug-benchmarks-5.8
5.7
mug-benchmarks-5.7
5.6
mug-benchmarks-5.6
5.5
mug-benchmarks-5.5
5.4
mug-benchmarks-5.4
5.3
mug-benchmarks-5.3
5.2
mug-benchmarks-5.2
5.1
mug-benchmarks-5.1
5.0
mug-benchmarks-5.0
4.8
mug-benchmarks-4.8
4.7
mug-benchmarks-4.7
4.6
mug-benchmarks-4.6
4.5
mug-benchmarks-4.5
4.4
mug-benchmarks-4.4
4.3
mug-benchmarks-4.3
4.2
mug-benchmarks-4.2
4.1
mug-benchmarks-4.1
4.0
mug-benchmarks-4.0
3.8
mug-benchmarks-3.8
3.7
mug-benchmarks-3.7
3.6
mug-benchmarks-3.6
3.5
mug-benchmarks-3.5
3.4
mug-benchmarks-3.4
3.3
mug-benchmarks-3.3
3.2
mug-benchmarks-3.2
3.1
mug-benchmarks-3.1
3.0
mug-benchmarks-3.0
2.2
mug-benchmarks-2.2
2.1
mug-benchmarks-2.1
2.0
mug-benchmarks-2.0
1.14
mug-benchmarks-1.14
1.12
mug-benchmarks-1.12
1.11
mug-benchmarks-1.11
1.10
mug-benchmarks-1.10
1.9
mug-benchmarks-1.9
1.8
mug-benchmarks-1.8
1.7
mug-benchmarks-1.7
1.5
mug-benchmarks-1.5
1.4
mug-benchmarks-1.4
1.3
mug-benchmarks-1.3
1.2
mug-benchmarks-1.2
1.1
mug-benchmarks-1.1
1.0
mug-benchmarks-1.0

How to add a dependency to Maven

Add the following com.google.mug : mug-benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.mug</groupId>
    <artifactId>mug-benchmarks</artifactId>
    <version>6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.mug : mug-benchmarks gradle dependency to your build.gradle file:

implementation 'com.google.mug:mug-benchmarks:6.6'

Gradle Kotlin DSL: Add the following com.google.mug : mug-benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.mug:mug-benchmarks:6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.mug : mug-benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.mug" % "mug-benchmarks" % "6.6"

Advertisement