is not current version
Last Version 2.6.12

com.alibaba:dubbo-remoting-p2p 2.6.8

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.8
Type

Type

jar

Download dubbo-remoting-p2p 2.6.8


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