is not current version
Last Version 2.6.12

com.alibaba:dubbo-remoting-p2p 2.6.3

The p2p remoting module of dubbo project

Categories

Categories

Dubbo Net Networking
GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

dubbo-remoting-p2p
Version

Version

2.6.3
Type

Type

jar

Download dubbo-remoting-p2p 2.6.3


<!-- https://jarcasting.com/artifacts/com.alibaba/dubbo-remoting-p2p/ -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo-remoting-p2p</artifactId>
    <version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/dubbo-remoting-p2p/
implementation 'com.alibaba:dubbo-remoting-p2p:2.6.3'
// https://jarcasting.com/artifacts/com.alibaba/dubbo-remoting-p2p/
implementation ("com.alibaba:dubbo-remoting-p2p:2.6.3")
'com.alibaba:dubbo-remoting-p2p:jar:2.6.3'
<dependency org="com.alibaba" name="dubbo-remoting-p2p" rev="2.6.3">
  <artifact name="dubbo-remoting-p2p" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='dubbo-remoting-p2p', version='2.6.3')
)
libraryDependencies += "com.alibaba" % "dubbo-remoting-p2p" % "2.6.3"
[com.alibaba/dubbo-remoting-p2p "2.6.3"]