Download gbench-0.4.2-groovy-2.1.jar file - Jar g

Jar examples for g:gbench

Description

GBench is a benchmarking framework for Groovy

You can download jar file gbench 0.4.2-groovy-2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gbench-0.4.2-groovy-2.1.jar to your project.

<dependency>
   <groupId>com.googlecode.gbench</groupId>
   <artifactId>gbench</artifactId>
   <version>0.4.2-groovy-2.1</version>
</dependency>
compile group: 'com.googlecode.gbench', name: 'gbench', version: '0.4.2-groovy-2.1'
libraryDependencies += "com.googlecode.gbench" % "gbench" % "0.4.2-groovy-2.1"
<dependency org="com.googlecode.gbench" name="gbench" rev="0.4.2-groovy-2.1"/>
@Grapes(@Grab(group='com.googlecode.gbench', module='gbench', version='0.4.2-groovy-2.1'))
'com.googlecode.gbench:gbench:jar:0.4.2-groovy-2.1'

Download

Click the following link to download the jar file.

gbench-0.4.2-groovy-2.1-javadoc.jar
gbench-0.4.2-groovy-2.1-sources.jar
gbench-0.4.2-groovy-2.1.jar
gbench-0.4.2-groovy-2.1.pom



Related Tutorials