GroupId | GroupIdcom.alipay.sofa |
---|---|
ArtifactId | ArtifactIdregistry-common-model |
Version | Version5.4.2 |
Type | Typejar |
Filename | Size |
---|---|
registry-common-model-5.4.2.pom | |
registry-common-model-5.4.2.jar | 64 KB |
registry-common-model-5.4.2-sources.jar | 66 KB |
registry-common-model-5.4.2-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/registry-common-model/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-common-model</artifactId>
<version>5.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-common-model/
implementation 'com.alipay.sofa:registry-common-model:5.4.2'
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-common-model/
implementation ("com.alipay.sofa:registry-common-model:5.4.2")
'com.alipay.sofa:registry-common-model:jar:5.4.2'
<dependency org="com.alipay.sofa" name="registry-common-model" rev="5.4.2">
<artifact name="registry-common-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='registry-common-model', version='5.4.2')
)
libraryDependencies += "com.alipay.sofa" % "registry-common-model" % "5.4.2"
[com.alipay.sofa/registry-common-model "5.4.2"]