GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdservice-registry-parent |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
service-registry-parent-2.1.1.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.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry-parent/
implementation 'org.apache.servicecomb:service-registry-parent:2.1.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry-parent/
implementation ("org.apache.servicecomb:service-registry-parent:2.1.1")
'org.apache.servicecomb:service-registry-parent:pom:2.1.1'
<dependency org="org.apache.servicecomb" name="service-registry-parent" rev="2.1.1">
<artifact name="service-registry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='service-registry-parent', version='2.1.1')
)
libraryDependencies += "org.apache.servicecomb" % "service-registry-parent" % "2.1.1"
[org.apache.servicecomb/service-registry-parent "2.1.1"]