License |
License |
---|---|
Categories |
CategoriesNet Dubbo Networking Netty |
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-remoting-netty |
Version | Version3.0.1 |
Type | Typejar |
Description |
Descriptiondubbo-remoting-netty
The netty remoting module of dubbo project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dubbo-remoting-netty-3.0.1.pom | |
dubbo-remoting-netty-3.0.1.jar | 36 KB |
dubbo-remoting-netty-3.0.1-sources.jar | 22 KB |
dubbo-remoting-netty-3.0.1-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-netty/ -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-remoting-netty</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-netty/
implementation 'org.apache.dubbo:dubbo-remoting-netty:3.0.1'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-netty/
implementation ("org.apache.dubbo:dubbo-remoting-netty:3.0.1")
'org.apache.dubbo:dubbo-remoting-netty:jar:3.0.1'
<dependency org="org.apache.dubbo" name="dubbo-remoting-netty" rev="3.0.1">
<artifact name="dubbo-remoting-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-remoting-netty', version='3.0.1')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-remoting-netty" % "3.0.1"
[org.apache.dubbo/dubbo-remoting-netty "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.dubbo : dubbo-remoting-api | jar | 3.0.1 |
org.jboss.netty : netty | jar |
Group / Artifact | Type | Version |
---|---|---|
org.apache.dubbo : dubbo-serialization-hessian2 | jar | 3.0.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.8.0 |
cglib : cglib-nodep | jar | 2.2 |