License |
License |
---|---|
GroupId | GroupIdcom.googlecode.gbench |
ArtifactId | ArtifactIdgbench |
Version | Version11.07.05 |
Type | Typejar |
Description |
DescriptionGBench
GBench is a benchmarking framework for Groovy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gbench-11.07.05.pom | |
gbench-11.07.05.jar | 17 KB |
gbench-11.07.05-sources.jar | 12 KB |
gbench-11.07.05-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/ -->
<dependency>
<groupId>com.googlecode.gbench</groupId>
<artifactId>gbench</artifactId>
<version>11.07.05</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/
implementation 'com.googlecode.gbench:gbench:11.07.05'
// https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/
implementation ("com.googlecode.gbench:gbench:11.07.05")
'com.googlecode.gbench:gbench:jar:11.07.05'
<dependency org="com.googlecode.gbench" name="gbench" rev="11.07.05">
<artifact name="gbench" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gbench', module='gbench', version='11.07.05')
)
libraryDependencies += "com.googlecode.gbench" % "gbench" % "11.07.05"
[com.googlecode.gbench/gbench "11.07.05"]