MVN

com.google.mug : mug-benchmarks

Maven & Gradle

Dec 30, 2022
254 stars

benchmarks

<dependency>
    <groupId>com.google.mug</groupId>
    <artifactId>mug-benchmarks</artifactId>
    <version>6.5</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.5

All Versions

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

  • Version Updated
  • mug-benchmarks-6.5

    Dec 30, 2022
  • mug-benchmarks-6.4

    Sep 17, 2022
  • mug-benchmarks-6.3

    Jul 10, 2022
  • mug-benchmarks-6.1

    May 30, 2022
  • mug-benchmarks-6.0

    Apr 02, 2022
  • mug-benchmarks-5.9

    Jan 04, 2022
  • mug-benchmarks-5.8

    Dec 29, 2021
  • mug-benchmarks-5.7

    Nov 14, 2021
  • mug-benchmarks-5.6

    Nov 01, 2021
  • mug-benchmarks-5.5

    Jul 18, 2021
  • mug-benchmarks-5.4

    May 25, 2021
  • mug-benchmarks-5.3

    Apr 15, 2021
  • mug-benchmarks-5.2

    Dec 18, 2020
  • mug-benchmarks-5.1

    Dec 05, 2020
  • mug-benchmarks-5.0

    Nov 20, 2020
  • mug-benchmarks-4.8

    Sep 23, 2020
  • mug-benchmarks-4.7

    Sep 04, 2020
  • mug-benchmarks-4.6

    Aug 14, 2020
  • mug-benchmarks-4.5

    Jul 13, 2020
  • mug-benchmarks-4.4

    Jul 03, 2020
  • mug-benchmarks-4.3

    Jun 29, 2020
  • mug-benchmarks-4.2

    Jun 26, 2020
  • mug-benchmarks-4.1

    Jun 14, 2020
  • mug-benchmarks-4.0

    Jun 11, 2020
  • mug-benchmarks-3.8

    May 30, 2020
  • mug-benchmarks-3.7

    May 18, 2020
  • mug-benchmarks-3.6

    Feb 26, 2020
  • mug-benchmarks-3.5

    Feb 08, 2020
  • mug-benchmarks-3.4

    Jan 12, 2020
  • mug-benchmarks-3.3

    Dec 23, 2019
  • mug-benchmarks-3.2

    Dec 10, 2019
  • mug-benchmarks-3.1

    Aug 28, 2019
  • mug-benchmarks-3.0

    Jun 23, 2019
  • mug-benchmarks-2.2

    Feb 25, 2019
  • mug-benchmarks-2.1

    Jan 31, 2019
  • mug-benchmarks-2.0

    Jan 24, 2019
  • mug-benchmarks-1.14

    Jan 10, 2019
  • mug-benchmarks-1.12

    Apr 18, 2018
  • mug-benchmarks-1.11

    Mar 28, 2018
  • mug-benchmarks-1.10

    Feb 11, 2018
  • mug-benchmarks-1.9

    Nov 30, 2017
  • mug-benchmarks-1.8

    Oct 05, 2017
  • mug-benchmarks-1.7

    Oct 05, 2017
  • mug-benchmarks-1.5

    May 13, 2017
  • mug-benchmarks-1.4

    May 12, 2017
  • mug-benchmarks-1.3

    May 12, 2017
  • mug-benchmarks-1.2

    Apr 29, 2017
  • mug-benchmarks-1.1

    Apr 19, 2017
  • mug-benchmarks-1.0

    Feb 16, 2017

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.5</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.5'

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.5")

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.5"