Categories |
CategoriesSpring Boot Container Microservices CLI User Interface config Application Layer Libs Configuration ORM Data |
---|---|
GroupId | GroupIdcom.baidubce.formula |
ArtifactId | ArtifactIdconfig-client-spring-boot-starter |
Version | Version1.6.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.baidubce.formula/config-client-spring-boot-starter/ -->
<dependency>
<groupId>com.baidubce.formula</groupId>
<artifactId>config-client-spring-boot-starter</artifactId>
<version>1.6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidubce.formula/config-client-spring-boot-starter/
implementation 'com.baidubce.formula:config-client-spring-boot-starter:1.6.0.2'
// https://jarcasting.com/artifacts/com.baidubce.formula/config-client-spring-boot-starter/
implementation ("com.baidubce.formula:config-client-spring-boot-starter:1.6.0.2")
'com.baidubce.formula:config-client-spring-boot-starter:jar:1.6.0.2'
<dependency org="com.baidubce.formula" name="config-client-spring-boot-starter" rev="1.6.0.2">
<artifact name="config-client-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidubce.formula', module='config-client-spring-boot-starter', version='1.6.0.2')
)
libraryDependencies += "com.baidubce.formula" % "config-client-spring-boot-starter" % "1.6.0.2"
[com.baidubce.formula/config-client-spring-boot-starter "1.6.0.2"]