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