GroupId | GroupIdio.kcache |
---|---|
ArtifactId | ArtifactIdkcache-benchmark |
Version | Version3.4.2 |
Type | Typejar |
Filename | Size |
---|---|
kcache-benchmark-3.4.2.pom | |
kcache-benchmark-3.4.2.jar | 54 KB |
kcache-benchmark-3.4.2-sources.jar | 6 KB |
kcache-benchmark-3.4.2-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache-benchmark/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache-benchmark</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache-benchmark/
implementation 'io.kcache:kcache-benchmark:3.4.2'
// https://jarcasting.com/artifacts/io.kcache/kcache-benchmark/
implementation ("io.kcache:kcache-benchmark:3.4.2")
'io.kcache:kcache-benchmark:jar:3.4.2'
<dependency org="io.kcache" name="kcache-benchmark" rev="3.4.2">
<artifact name="kcache-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache-benchmark', version='3.4.2')
)
libraryDependencies += "io.kcache" % "kcache-benchmark" % "3.4.2"
[io.kcache/kcache-benchmark "3.4.2"]