Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apidesign.bck2brwsr |
ArtifactId | ArtifactIdbenchmarks |
Version | Version0.12 |
Type | Typepom |
Filename | Size |
---|---|
benchmarks-0.12.pom | 663 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/benchmarks/ -->
<dependency>
<groupId>org.apidesign.bck2brwsr</groupId>
<artifactId>benchmarks</artifactId>
<version>0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/benchmarks/
implementation 'org.apidesign.bck2brwsr:benchmarks:0.12'
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/benchmarks/
implementation ("org.apidesign.bck2brwsr:benchmarks:0.12")
'org.apidesign.bck2brwsr:benchmarks:pom:0.12'
<dependency org="org.apidesign.bck2brwsr" name="benchmarks" rev="0.12">
<artifact name="benchmarks" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.bck2brwsr', module='benchmarks', version='0.12')
)
libraryDependencies += "org.apidesign.bck2brwsr" % "benchmarks" % "0.12"
[org.apidesign.bck2brwsr/benchmarks "0.12"]