MVN

com.googlecode.gbench : gbench

Maven & Gradle

Nov 24, 2014

GBench · GBench is a benchmarking framework for Groovy

<dependency>
    <groupId>com.googlecode.gbench</groupId>
    <artifactId>gbench</artifactId>
    <version>0.4.2-groovy-2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.gbench : gbench to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2-groovy-2.3

All Versions

Choose a version of com.googlecode.gbench : gbench to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.07.x
gbench-11.07.05
0.4.x
gbench-0.4.2-groovy-2.3
gbench-0.4.2-groovy-2.2
gbench-0.4.2-groovy-2.1
gbench-0.4.2-groovy-1.8
gbench-0.4.2-groovy-1.7
gbench-0.4.2-groovy-2.0
gbench-0.4.1-groovy-2.1
gbench-0.4.1-groovy-2.0
gbench-0.4.1-groovy-1.8
gbench-0.4.1-groovy-1.7
gbench-0.4.0-groovy-1.8
gbench-0.4.0-groovy-1.7
gbench-0.4.0-groovy-2.0
0.3.x
gbench-0.3.1-groovy-1.7
gbench-0.3.1-groovy-1.8
gbench-0.3.1-groovy-2.0
gbench-0.3.0-groovy-2.0
gbench-0.3.0-groovy-1.7
gbench-0.3.0-groovy-1.8
gbench-0.3.0-SNAPSHOT-groovy-1.7
0.2.x
gbench-0.2.2
gbench-0.2.1
gbench-0.2.0

How to add a dependency to Maven

Add the following com.googlecode.gbench : gbench maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.gbench</groupId>
    <artifactId>gbench</artifactId>
    <version>0.4.2-groovy-2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.gbench : gbench gradle dependency to your build.gradle file:

implementation 'com.googlecode.gbench:gbench:0.4.2-groovy-2.3'

Gradle Kotlin DSL: Add the following com.googlecode.gbench : gbench gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.gbench:gbench:0.4.2-groovy-2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.gbench : gbench sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.gbench" % "gbench" % "0.4.2-groovy-2.3"

Advertisement