is not current version
Last Version 0.7

com.github.spullara.redis:benchmark 0.4


Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

benchmark
Version

Version

0.4
Type

Type

jar

Download benchmark 0.4


<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/ -->
<dependency>
    <groupId>com.github.spullara.redis</groupId>
    <artifactId>benchmark</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/
implementation 'com.github.spullara.redis:benchmark:0.4'
// https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/
implementation ("com.github.spullara.redis:benchmark:0.4")
'com.github.spullara.redis:benchmark:jar:0.4'
<dependency org="com.github.spullara.redis" name="benchmark" rev="0.4">
  <artifact name="benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='benchmark', version='0.4')
)
libraryDependencies += "com.github.spullara.redis" % "benchmark" % "0.4"
[com.github.spullara.redis/benchmark "0.4"]