Categories |
CategoriesSpring Boot Container Microservices CLI User Interface centraldogma Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.linecorp.centraldogma |
ArtifactId | ArtifactIdcentraldogma-client-spring-boot-starter-shaded |
Version | Version0.18.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-client-spring-boot-starter-shaded/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-client-spring-boot-starter-shaded</artifactId>
<version>0.18.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-client-spring-boot-starter-shaded/
implementation 'com.linecorp.centraldogma:centraldogma-client-spring-boot-starter-shaded:0.18.0'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-client-spring-boot-starter-shaded/
implementation ("com.linecorp.centraldogma:centraldogma-client-spring-boot-starter-shaded:0.18.0")
'com.linecorp.centraldogma:centraldogma-client-spring-boot-starter-shaded:pom:0.18.0'
<dependency org="com.linecorp.centraldogma" name="centraldogma-client-spring-boot-starter-shaded" rev="0.18.0">
<artifact name="centraldogma-client-spring-boot-starter-shaded" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-client-spring-boot-starter-shaded', version='0.18.0')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-client-spring-boot-starter-shaded" % "0.18.0"
[com.linecorp.centraldogma/centraldogma-client-spring-boot-starter-shaded "0.18.0"]