MVN

com.linecorp.centraldogma : centraldogma-server-shaded

Maven & Gradle

Nov 09, 2018
2 usages
441 stars

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

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

Latest Version

Choose a version of com.linecorp.centraldogma : centraldogma-server-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32.1

All Versions

Choose a version of com.linecorp.centraldogma : centraldogma-server-shaded to add to Maven or Gradle - All Versions:

  • Version Updated
  • centraldogma-server-shaded-0.32.1

    Nov 09, 2018
  • centraldogma-server-shaded-0.32.0

    Nov 09, 2018
  • centraldogma-server-shaded-0.31.0

    Aug 14, 2018
  • centraldogma-server-shaded-0.30.0

    Aug 01, 2018
  • centraldogma-server-shaded-0.29.0

    Jul 13, 2018
  • centraldogma-server-shaded-0.28.1

    Jun 28, 2018
  • centraldogma-server-shaded-0.28.0

    Jun 15, 2018
  • centraldogma-server-shaded-0.27.0

    May 30, 2018
  • centraldogma-server-shaded-0.26.0

    May 24, 2018
  • centraldogma-server-shaded-0.25.0

    May 21, 2018
  • centraldogma-server-shaded-0.24.0

    Apr 25, 2018
  • centraldogma-server-shaded-0.23.0

    Apr 06, 2018
  • centraldogma-server-shaded-0.22.0

    Mar 09, 2018
  • centraldogma-server-shaded-0.21.1

    Feb 09, 2018
  • centraldogma-server-shaded-0.21.0

    Feb 09, 2018
  • centraldogma-server-shaded-0.20.1

    Dec 28, 2017
  • centraldogma-server-shaded-0.20.0

    Dec 26, 2017
  • centraldogma-server-shaded-0.19.0

    Nov 30, 2017
  • centraldogma-server-shaded-0.18.0

    Oct 26, 2017
  • centraldogma-server-shaded-0.17.0

    Sep 27, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linecorp.centraldogma</groupId>
    <artifactId>centraldogma-server-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-server-shaded gradle dependency to your build.gradle file:

implementation 'com.linecorp.centraldogma:centraldogma-server-shaded:0.32.1'

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

implementation("com.linecorp.centraldogma:centraldogma-server-shaded:0.32.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.centraldogma : centraldogma-server-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-server-shaded" % "0.32.1"