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