GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdservice-registry-parent |
Version | Version2.7.2 |
Type | Typepom |
Description |
DescriptionJava Chassis::Service Registry
|
Filename | Size |
---|---|
service-registry-parent-2.7.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry-parent/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>service-registry-parent</artifactId>
<version>2.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry-parent/
implementation 'org.apache.servicecomb:service-registry-parent:2.7.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry-parent/
implementation ("org.apache.servicecomb:service-registry-parent:2.7.2")
'org.apache.servicecomb:service-registry-parent:pom:2.7.2'
<dependency org="org.apache.servicecomb" name="service-registry-parent" rev="2.7.2">
<artifact name="service-registry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='service-registry-parent', version='2.7.2')
)
libraryDependencies += "org.apache.servicecomb" % "service-registry-parent" % "2.7.2"
[org.apache.servicecomb/service-registry-parent "2.7.2"]