MVN

com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded

Maven & Gradle

Nov 09, 2018
1 usages
577 stars

Central Dogma (centraldogma-client-spring-boot-starter-shaded) · Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2 (centraldogma-client-spring-boot-starter-shaded)

<dependency>
    <groupId>com.linecorp.centraldogma</groupId>
    <artifactId>centraldogma-client-spring-boot-starter-shaded</artifactId>
    <version>0.32.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32.1

All Versions

Choose a version of com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.32.x
centraldogma-client-spring-boot-starter-shaded-0.32.1
centraldogma-client-spring-boot-starter-shaded-0.32.0
0.31.x
centraldogma-client-spring-boot-starter-shaded-0.31.0
0.30.x
centraldogma-client-spring-boot-starter-shaded-0.30.0
0.29.x
centraldogma-client-spring-boot-starter-shaded-0.29.0
0.28.x
centraldogma-client-spring-boot-starter-shaded-0.28.1
centraldogma-client-spring-boot-starter-shaded-0.28.0
0.27.x
centraldogma-client-spring-boot-starter-shaded-0.27.0
0.26.x
centraldogma-client-spring-boot-starter-shaded-0.26.0
0.25.x
centraldogma-client-spring-boot-starter-shaded-0.25.0
0.24.x
centraldogma-client-spring-boot-starter-shaded-0.24.0
0.23.x
centraldogma-client-spring-boot-starter-shaded-0.23.0
0.22.x
centraldogma-client-spring-boot-starter-shaded-0.22.0
0.21.x
centraldogma-client-spring-boot-starter-shaded-0.21.1
centraldogma-client-spring-boot-starter-shaded-0.21.0
0.20.x
centraldogma-client-spring-boot-starter-shaded-0.20.1
centraldogma-client-spring-boot-starter-shaded-0.20.0
0.19.x
centraldogma-client-spring-boot-starter-shaded-0.19.0
0.18.x
centraldogma-client-spring-boot-starter-shaded-0.18.0

How to add a dependency to Maven

Add the following com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linecorp.centraldogma</groupId>
    <artifactId>centraldogma-client-spring-boot-starter-shaded</artifactId>
    <version>0.32.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded gradle dependency to your build.gradle file:

implementation 'com.linecorp.centraldogma:centraldogma-client-spring-boot-starter-shaded:0.32.1'

Gradle Kotlin DSL: Add the following com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linecorp.centraldogma:centraldogma-client-spring-boot-starter-shaded:0.32.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.centraldogma : centraldogma-client-spring-boot-starter-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-client-spring-boot-starter-shaded" % "0.32.1"

Advertisement