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