d

dubbo-registry-multicast

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