d

dubbo-remoting-p2p

The p2p remoting module of dubbo project
Files download
File Operation
dubbo-remoting-p2p-1.0.0-RELEASE.jar download
dubbo-remoting-p2p-1.0.0-RELEASE.pom download
dubbo-remoting-p2p-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>net.jahhan</groupId>
  <artifactId>dubbo-remoting-p2p</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'net.jahhan:dubbo-remoting-p2p:1.0.0-RELEASE'
Gradle Kotlin
implementation("net.jahhan:dubbo-remoting-p2p:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "net.jahhan" % "dubbo-remoting-p2p" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.jahhan', module='dubbo-remoting-p2p', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="net.jahhan" name="dubbo-remoting-p2p" rev="1.0.0-RELEASE" />
Leiningen
[net.jahhan/dubbo-remoting-p2p "1.0.0-RELEASE"]
Apache Buildr
'net.jahhan:dubbo-remoting-p2p:jar:1.0.0-RELEASE'