Categories |
CategoriesRedis Data Databases Net CLI User Interface Netty Networking |
---|---|
GroupId | GroupIdcom.orange.redis-protocol |
ArtifactId | ArtifactIdnetty-client |
Version | Version0.11 |
Type | Typejar |
Filename | Size |
---|---|
netty-client-0.11.pom | |
netty-client-0.11.jar | 34 KB |
netty-client-0.11-sources.jar | 15 KB |
netty-client-0.11-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orange.redis-protocol/netty-client/ -->
<dependency>
<groupId>com.orange.redis-protocol</groupId>
<artifactId>netty-client</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.orange.redis-protocol/netty-client/
implementation 'com.orange.redis-protocol:netty-client:0.11'
// https://jarcasting.com/artifacts/com.orange.redis-protocol/netty-client/
implementation ("com.orange.redis-protocol:netty-client:0.11")
'com.orange.redis-protocol:netty-client:jar:0.11'
<dependency org="com.orange.redis-protocol" name="netty-client" rev="0.11">
<artifact name="netty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orange.redis-protocol', module='netty-client', version='0.11')
)
libraryDependencies += "com.orange.redis-protocol" % "netty-client" % "0.11"
[com.orange.redis-protocol/netty-client "0.11"]