dubbo-plus
是一个dubbo周边插件,在不改变dubbo内核的情况下对dubbo进行扩展,通过插件的方式对dubbo进行增强
License |
License |
---|---|
Categories |
CategoriesNet Dubbo Networking Netty |
GroupId | GroupIdnet.dubboclub |
ArtifactId | ArtifactIdnetty4 |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-plus is the plugin of Dubbo RPC framework.
|
Filename | Size |
---|---|
netty4-0.0.6.pom | |
netty4-0.0.6.jar | 23 KB |
netty4-0.0.6-sources.jar | 10 KB |
netty4-0.0.6-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dubboclub/netty4/ -->
<dependency>
<groupId>net.dubboclub</groupId>
<artifactId>netty4</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.dubboclub/netty4/
implementation 'net.dubboclub:netty4:0.0.6'
// https://jarcasting.com/artifacts/net.dubboclub/netty4/
implementation ("net.dubboclub:netty4:0.0.6")
'net.dubboclub:netty4:jar:0.0.6'
<dependency org="net.dubboclub" name="netty4" rev="0.0.6">
<artifact name="netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dubboclub', module='netty4', version='0.0.6')
)
libraryDependencies += "net.dubboclub" % "netty4" % "0.0.6"
[net.dubboclub/netty4 "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
io.netty : netty-all | jar | 4.0.24.Final |
com.alibaba : fastjson | jar | 1.2.4 |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : dubbo | jar | 2.5.3 |
org.slf4j : slf4j-api | jar | 1.7.7 |
是一个dubbo周边插件,在不改变dubbo内核的情况下对dubbo进行扩展,通过插件的方式对dubbo进行增强