License |
License |
---|---|
Categories |
CategoriesNet Dubbo Networking Netty |
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-remoting-netty4 |
Last Version | Last Version3.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-remoting-netty4
The netty4 remoting module of dubbo project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dubbo-remoting-netty4-3.0.9.pom | |
dubbo-remoting-netty4-3.0.9.jar | 50 KB |
dubbo-remoting-netty4-3.0.9-sources.jar | 33 KB |
dubbo-remoting-netty4-3.0.9-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-netty4/ -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-remoting-netty4</artifactId>
<version>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-netty4/
implementation 'org.apache.dubbo:dubbo-remoting-netty4:3.0.9'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-netty4/
implementation ("org.apache.dubbo:dubbo-remoting-netty4:3.0.9")
'org.apache.dubbo:dubbo-remoting-netty4:jar:3.0.9'
<dependency org="org.apache.dubbo" name="dubbo-remoting-netty4" rev="3.0.9">
<artifact name="dubbo-remoting-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-remoting-netty4', version='3.0.9')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-remoting-netty4" % "3.0.9"
[org.apache.dubbo/dubbo-remoting-netty4 "3.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.dubbo : dubbo-remoting-api | jar | 3.0.9 |
io.netty : netty-all | jar |
Group / Artifact | Type | Version |
---|---|---|
org.apache.dubbo : dubbo-serialization-hessian2 | jar | 3.0.9 |
org.apache.dubbo » dubbo-test-check | jar | 3.0.9 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.12.4 |
org.mockito : mockito-inline | jar | 3.12.4 |
cglib : cglib-nodep | jar | 2.2 |