r

registry-remoting-bolt

文件下载
文件名 操作
registry-remoting-bolt-5.4.3.jar 下载
registry-remoting-bolt-5.4.3.pom 下载
registry-remoting-bolt-5.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>registry-remoting-bolt</artifactId>
  <version>5.4.3</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:registry-remoting-bolt:5.4.3'
Gradle Kotlin
implementation("com.alipay.sofa:registry-remoting-bolt:5.4.3")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "registry-remoting-bolt" % "5.4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='registry-remoting-bolt', version='5.4.3')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="registry-remoting-bolt" rev="5.4.3" />
Leiningen
[com.alipay.sofa/registry-remoting-bolt "5.4.3"]
Apache Buildr
'com.alipay.sofa:registry-remoting-bolt:jar:5.4.3'