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