License |
License |
---|---|
GroupId | GroupIdorg.gperfutils |
ArtifactId | ArtifactIdgbench |
Last Version | Last Version0.4.3-groovy-2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGBench
GBench, benchmarking framework for Groovy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gbench-0.4.3-groovy-2.4.pom | |
gbench-0.4.3-groovy-2.4.jar | 84 KB |
gbench-0.4.3-groovy-2.4-sources.jar | 28 KB |
gbench-0.4.3-groovy-2.4-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gperfutils/gbench/ -->
<dependency>
<groupId>org.gperfutils</groupId>
<artifactId>gbench</artifactId>
<version>0.4.3-groovy-2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.gperfutils/gbench/
implementation 'org.gperfutils:gbench:0.4.3-groovy-2.4'
// https://jarcasting.com/artifacts/org.gperfutils/gbench/
implementation ("org.gperfutils:gbench:0.4.3-groovy-2.4")
'org.gperfutils:gbench:jar:0.4.3-groovy-2.4'
<dependency org="org.gperfutils" name="gbench" rev="0.4.3-groovy-2.4">
<artifact name="gbench" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gperfutils', module='gbench', version='0.4.3-groovy-2.4')
)
libraryDependencies += "org.gperfutils" % "gbench" % "0.4.3-groovy-2.4"
[org.gperfutils/gbench "0.4.3-groovy-2.4"]