| GroupId | GroupIdcom.googlecode.gbench |
|---|---|
| ArtifactId | ArtifactIdgbench |
| Version | Version0.3.1-groovy-1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gbench-0.3.1-groovy-1.8.pom | |
| gbench-0.3.1-groovy-1.8.jar | 416 KB |
| gbench-0.3.1-groovy-1.8-sources.jar | 18 KB |
| gbench-0.3.1-groovy-1.8-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/ -->
<dependency>
<groupId>com.googlecode.gbench</groupId>
<artifactId>gbench</artifactId>
<version>0.3.1-groovy-1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/
implementation 'com.googlecode.gbench:gbench:0.3.1-groovy-1.8'
// https://jarcasting.com/artifacts/com.googlecode.gbench/gbench/
implementation ("com.googlecode.gbench:gbench:0.3.1-groovy-1.8")
'com.googlecode.gbench:gbench:jar:0.3.1-groovy-1.8'
<dependency org="com.googlecode.gbench" name="gbench" rev="0.3.1-groovy-1.8">
<artifact name="gbench" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gbench', module='gbench', version='0.3.1-groovy-1.8')
)
libraryDependencies += "com.googlecode.gbench" % "gbench" % "0.3.1-groovy-1.8"
[com.googlecode.gbench/gbench "0.3.1-groovy-1.8"]