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