Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdregistry-zero-config |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
registry-zero-config-2.2.2.pom | |
registry-zero-config-2.2.2.jar | 23 KB |
registry-zero-config-2.2.2-sources.jar | 21 KB |
registry-zero-config-2.2.2-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/registry-zero-config/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>registry-zero-config</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/registry-zero-config/
implementation 'org.apache.servicecomb:registry-zero-config:2.2.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/registry-zero-config/
implementation ("org.apache.servicecomb:registry-zero-config:2.2.2")
'org.apache.servicecomb:registry-zero-config:jar:2.2.2'
<dependency org="org.apache.servicecomb" name="registry-zero-config" rev="2.2.2">
<artifact name="registry-zero-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='registry-zero-config', version='2.2.2')
)
libraryDependencies += "org.apache.servicecomb" % "registry-zero-config" % "2.2.2"
[org.apache.servicecomb/registry-zero-config "2.2.2"]