Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.spullara.redis |
ArtifactId | ArtifactIdbenchmark |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
benchmark-0.6.pom | |
benchmark-0.6.jar | 8 KB |
benchmark-0.6-sources.jar | 2 KB |
benchmark-0.6-javadoc.jar | 34 KB |
benchmark-0.6-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>benchmark</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/
implementation 'com.github.spullara.redis:benchmark:0.6'
// https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/
implementation ("com.github.spullara.redis:benchmark:0.6")
'com.github.spullara.redis:benchmark:jar:0.6'
<dependency org="com.github.spullara.redis" name="benchmark" rev="0.6">
<artifact name="benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='benchmark', version='0.6')
)
libraryDependencies += "com.github.spullara.redis" % "benchmark" % "0.6"
[com.github.spullara.redis/benchmark "0.6"]