MVN

com.linecorp.centraldogma : centraldogma-testing-common

Maven & Gradle

Aug 25, 2023
3 usages
575 stars

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

<dependency>
    <groupId>com.linecorp.centraldogma</groupId>
    <artifactId>centraldogma-testing-common</artifactId>
    <version>0.62.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.62.0

All Versions

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

Version Vulnerabilities Updated
0.62.x
centraldogma-testing-common-0.62.0
0.61.x
centraldogma-testing-common-0.61.5
centraldogma-testing-common-0.61.4
centraldogma-testing-common-0.61.3
centraldogma-testing-common-0.61.2
centraldogma-testing-common-0.61.1
centraldogma-testing-common-0.61.0
0.60.x
centraldogma-testing-common-0.60.1
centraldogma-testing-common-0.60.0
0.59.x
centraldogma-testing-common-0.59.0
0.58.x
centraldogma-testing-common-0.58.1
centraldogma-testing-common-0.58.0
0.57.x
centraldogma-testing-common-0.57.3
centraldogma-testing-common-0.57.2
centraldogma-testing-common-0.57.1
centraldogma-testing-common-0.57.0
0.56.x
centraldogma-testing-common-0.56.2
centraldogma-testing-common-0.56.1
centraldogma-testing-common-0.56.0
0.55.x
centraldogma-testing-common-0.55.2
centraldogma-testing-common-0.55.1
centraldogma-testing-common-0.55.0
0.54.x
centraldogma-testing-common-0.54.0
0.53.x
centraldogma-testing-common-0.53.1
centraldogma-testing-common-0.53.0
0.52.x
centraldogma-testing-common-0.52.6
centraldogma-testing-common-0.52.5
centraldogma-testing-common-0.52.4
centraldogma-testing-common-0.52.3
centraldogma-testing-common-0.52.2
centraldogma-testing-common-0.52.1
centraldogma-testing-common-0.52.0
0.51.x
centraldogma-testing-common-0.51.1
centraldogma-testing-common-0.51.0
0.50.x
centraldogma-testing-common-0.50.0
0.49.x
centraldogma-testing-common-0.49.1
centraldogma-testing-common-0.49.0
0.48.x
centraldogma-testing-common-0.48.0
0.47.x
centraldogma-testing-common-0.47.1
centraldogma-testing-common-0.47.0
0.46.x
centraldogma-testing-common-0.46.1
centraldogma-testing-common-0.46.0
0.45.x
centraldogma-testing-common-0.45.1
centraldogma-testing-common-0.45.0
0.44.x
centraldogma-testing-common-0.44.14
centraldogma-testing-common-0.44.13
centraldogma-testing-common-0.44.12
centraldogma-testing-common-0.44.11
centraldogma-testing-common-0.44.10
centraldogma-testing-common-0.44.9
centraldogma-testing-common-0.44.8
centraldogma-testing-common-0.44.7
centraldogma-testing-common-0.44.6
centraldogma-testing-common-0.44.5
centraldogma-testing-common-0.44.4
centraldogma-testing-common-0.44.3
centraldogma-testing-common-0.44.2
centraldogma-testing-common-0.44.1
centraldogma-testing-common-0.44.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linecorp.centraldogma</groupId>
    <artifactId>centraldogma-testing-common</artifactId>
    <version>0.62.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.centraldogma : centraldogma-testing-common gradle dependency to your build.gradle file:

implementation 'com.linecorp.centraldogma:centraldogma-testing-common:0.62.0'

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

implementation("com.linecorp.centraldogma:centraldogma-testing-common:0.62.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-testing-common" % "0.62.0"

Advertisement