Categories |
Categoriesconfig Application Layer Libs Configuration Apollo Container Microservices |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdconfig-apollo |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
config-apollo-2.1.2.pom | |
config-apollo-2.1.2.jar | 22 KB |
config-apollo-2.1.2-sources.jar | 14 KB |
config-apollo-2.1.2-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>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-apollo/
implementation 'org.apache.servicecomb:config-apollo:2.1.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-apollo/
implementation ("org.apache.servicecomb:config-apollo:2.1.2")
'org.apache.servicecomb:config-apollo:jar:2.1.2'
<dependency org="org.apache.servicecomb" name="config-apollo" rev="2.1.2">
<artifact name="config-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='config-apollo', version='2.1.2')
)
libraryDependencies += "org.apache.servicecomb" % "config-apollo" % "2.1.2"
[org.apache.servicecomb/config-apollo "2.1.2"]