is not current version
Last Version 11.07.05

com.googlecode.gbench:gbench 0.4.0-groovy-2.0

GBench is a benchmarking framework for Groovy

GroupId

GroupId

com.googlecode.gbench
ArtifactId

ArtifactId

gbench
Version

Version

0.4.0-groovy-2.0
Type

Type

jar

Download gbench 0.4.0-groovy-2.0


<!-- https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/ -->
<dependency>
    <groupId>com.googlecode.gbench</groupId>
    <artifactId>gbench</artifactId>
    <version>0.4.0-groovy-2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/
implementation 'com.googlecode.gbench:gbench:0.4.0-groovy-2.0'
// https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/
implementation ("com.googlecode.gbench:gbench:0.4.0-groovy-2.0")
'com.googlecode.gbench:gbench:jar:0.4.0-groovy-2.0'
<dependency org="com.googlecode.gbench" name="gbench" rev="0.4.0-groovy-2.0">
  <artifact name="gbench" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gbench', module='gbench', version='0.4.0-groovy-2.0')
)
libraryDependencies += "com.googlecode.gbench" % "gbench" % "0.4.0-groovy-2.0"
[com.googlecode.gbench/gbench "0.4.0-groovy-2.0"]