GroupId | GroupIdcom.alipay.sofa |
---|---|
ArtifactId | ArtifactIdregistry-remoting-bolt |
Version | Version5.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/registry-remoting-bolt/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-remoting-bolt</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-remoting-bolt/
implementation 'com.alipay.sofa:registry-remoting-bolt:5.3.0'
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-remoting-bolt/
implementation ("com.alipay.sofa:registry-remoting-bolt:5.3.0")
'com.alipay.sofa:registry-remoting-bolt:jar:5.3.0'
<dependency org="com.alipay.sofa" name="registry-remoting-bolt" rev="5.3.0">
<artifact name="registry-remoting-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='registry-remoting-bolt', version='5.3.0')
)
libraryDependencies += "com.alipay.sofa" % "registry-remoting-bolt" % "5.3.0"
[com.alipay.sofa/registry-remoting-bolt "5.3.0"]