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