GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdfoundation-registry |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
foundation-registry-2.3.1.pom | |
foundation-registry-2.3.1.jar | 115 KB |
foundation-registry-2.3.1-sources.jar | 93 KB |
foundation-registry-2.3.1-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-registry/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>foundation-registry</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-registry/
implementation 'org.apache.servicecomb:foundation-registry:2.3.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-registry/
implementation ("org.apache.servicecomb:foundation-registry:2.3.1")
'org.apache.servicecomb:foundation-registry:jar:2.3.1'
<dependency org="org.apache.servicecomb" name="foundation-registry" rev="2.3.1">
<artifact name="foundation-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='foundation-registry', version='2.3.1')
)
libraryDependencies += "org.apache.servicecomb" % "foundation-registry" % "2.3.1"
[org.apache.servicecomb/foundation-registry "2.3.1"]