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