Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.spullara.redis |
ArtifactId | ArtifactIdbenchmark |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
benchmark-0.4.pom | |
benchmark-0.4.jar | 8 KB |
benchmark-0.4-sources.jar | 2 KB |
benchmark-0.4-javadoc.jar | 34 KB |
benchmark-0.4-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.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"]