License |
License |
---|---|
Categories |
CategoriesNet Dubbo Networking Netty |
GroupId | GroupIdcom.github.daviszhao.dubbo-ext |
ArtifactId | ArtifactIdnetty4 |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionextensions to alibaba Dubbo
|
Filename | Size |
---|---|
netty4-0.8.pom | |
netty4-0.8.jar | 22 KB |
netty4-0.8-sources.jar | 12 KB |
netty4-0.8-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.daviszhao.dubbo-ext/netty4/ -->
<dependency>
<groupId>com.github.daviszhao.dubbo-ext</groupId>
<artifactId>netty4</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daviszhao.dubbo-ext/netty4/
implementation 'com.github.daviszhao.dubbo-ext:netty4:0.8'
// https://jarcasting.com/artifacts/com.github.daviszhao.dubbo-ext/netty4/
implementation ("com.github.daviszhao.dubbo-ext:netty4:0.8")
'com.github.daviszhao.dubbo-ext:netty4:jar:0.8'
<dependency org="com.github.daviszhao.dubbo-ext" name="netty4" rev="0.8">
<artifact name="netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daviszhao.dubbo-ext', module='netty4', version='0.8')
)
libraryDependencies += "com.github.daviszhao.dubbo-ext" % "netty4" % "0.8"
[com.github.daviszhao.dubbo-ext/netty4 "0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-codec | jar | 4.0.25.Final |
com.alibaba : dubbo | jar | 2.5.3 |
org.springframework : spring-context | jar | |
org.slf4j : slf4j-api | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.slf4j : jcl-over-slf4j | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |