d

dubbo-remoting

The remoting module of dubbo project
文件下载
文件名 操作
dubbo-remoting-1.0.0-RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>net.jahhan</groupId>
  <artifactId>dubbo-remoting</artifactId>
  <version>1.0.0-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.jahhan:dubbo-remoting:1.0.0-RELEASE'
Gradle Kotlin
implementation("net.jahhan:dubbo-remoting:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "net.jahhan" % "dubbo-remoting" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.jahhan', module='dubbo-remoting', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="net.jahhan" name="dubbo-remoting" rev="1.0.0-RELEASE" />
Leiningen
[net.jahhan/dubbo-remoting "1.0.0-RELEASE"]
Apache Buildr
'net.jahhan:dubbo-remoting:jar:1.0.0-RELEASE'