Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.spullara.redis |
ArtifactId | ArtifactIdbenchmark |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
benchmark-0.5.pom | |
benchmark-0.5.jar | 8 KB |
benchmark-0.5-sources.jar | 2 KB |
benchmark-0.5-javadoc.jar | 34 KB |
benchmark-0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/
implementation 'com.github.spullara.redis:benchmark:0.5'
// https://jarcasting.com/artifacts/com.github.spullara.redis/benchmark/
implementation ("com.github.spullara.redis:benchmark:0.5")
'com.github.spullara.redis:benchmark:jar:0.5'
<dependency org="com.github.spullara.redis" name="benchmark" rev="0.5">
<artifact name="benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='benchmark', version='0.5')
)
libraryDependencies += "com.github.spullara.redis" % "benchmark" % "0.5"
[com.github.spullara.redis/benchmark "0.5"]