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