Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.orange.redis-protocol |
ArtifactId | ArtifactIdprotocol |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
protocol-0.10.pom | |
protocol-0.10.jar | 12 KB |
protocol-0.10-sources.jar | 6 KB |
protocol-0.10-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orange.redis-protocol/protocol/ -->
<dependency>
<groupId>com.orange.redis-protocol</groupId>
<artifactId>protocol</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.orange.redis-protocol/protocol/
implementation 'com.orange.redis-protocol:protocol:0.10'
// https://jarcasting.com/artifacts/com.orange.redis-protocol/protocol/
implementation ("com.orange.redis-protocol:protocol:0.10")
'com.orange.redis-protocol:protocol:jar:0.10'
<dependency org="com.orange.redis-protocol" name="protocol" rev="0.10">
<artifact name="protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orange.redis-protocol', module='protocol', version='0.10')
)
libraryDependencies += "com.orange.redis-protocol" % "protocol" % "0.10"
[com.orange.redis-protocol/protocol "0.10"]