| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.huaweicloud.sermant |
| ArtifactId | ArtifactIdregistry-common |
| Version | Version0.3.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| registry-common-0.3.6.pom | |
| registry-common-0.3.6.jar | 21 KB |
| registry-common-0.3.6-sources.jar | 21 KB |
| registry-common-0.3.6-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.huaweicloud.sermant/registry-common/ -->
<dependency>
<groupId>com.huaweicloud.sermant</groupId>
<artifactId>registry-common</artifactId>
<version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.huaweicloud.sermant/registry-common/
implementation 'com.huaweicloud.sermant:registry-common:0.3.6'
// https://jarcasting.com/artifacts/com.huaweicloud.sermant/registry-common/
implementation ("com.huaweicloud.sermant:registry-common:0.3.6")
'com.huaweicloud.sermant:registry-common:jar:0.3.6'
<dependency org="com.huaweicloud.sermant" name="registry-common" rev="0.3.6">
<artifact name="registry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huaweicloud.sermant', module='registry-common', version='0.3.6')
)
libraryDependencies += "com.huaweicloud.sermant" % "registry-common" % "0.3.6"
[com.huaweicloud.sermant/registry-common "0.3.6"]