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