Categories |
Categoriesconfig Application Layer Libs Configuration Apollo Container Microservices |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdconfig-apollo |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
config-apollo-1.3.3.pom | |
config-apollo-1.3.3.jar | 22 KB |
config-apollo-1.3.3-sources.jar | 14 KB |
config-apollo-1.3.3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/config-apollo/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>config-apollo</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-apollo/
implementation 'org.apache.servicecomb:config-apollo:1.3.3'
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-apollo/
implementation ("org.apache.servicecomb:config-apollo:1.3.3")
'org.apache.servicecomb:config-apollo:jar:1.3.3'
<dependency org="org.apache.servicecomb" name="config-apollo" rev="1.3.3">
<artifact name="config-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='config-apollo', version='1.3.3')
)
libraryDependencies += "org.apache.servicecomb" % "config-apollo" % "1.3.3"
[org.apache.servicecomb/config-apollo "1.3.3"]