MVN

com.linecorp.centraldogma : centraldogma-testing

Maven & Gradle

Dec 06, 2019
1 usages
575 stars

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

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

Latest Version

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

  • Latest Stable: 0.43.4

All Versions

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

Version Vulnerabilities Updated
0.43.x
centraldogma-testing-0.43.4
centraldogma-testing-0.43.3
centraldogma-testing-0.43.2
centraldogma-testing-0.43.1
centraldogma-testing-0.43.0
0.42.x
centraldogma-testing-0.42.0
0.41.x
centraldogma-testing-0.41.4
centraldogma-testing-0.41.3
centraldogma-testing-0.41.2
centraldogma-testing-0.41.1
centraldogma-testing-0.41.0
0.40.x
centraldogma-testing-0.40.1
centraldogma-testing-0.40.0
0.39.x
centraldogma-testing-0.39.2
centraldogma-testing-0.39.1
centraldogma-testing-0.39.0
0.38.x
centraldogma-testing-0.38.0
0.37.x
centraldogma-testing-0.37.0
0.36.x
centraldogma-testing-0.36.0
0.35.x
centraldogma-testing-0.35.1
centraldogma-testing-0.35.0
0.34.x
centraldogma-testing-0.34.0
0.33.x
centraldogma-testing-0.33.0
0.32.x
centraldogma-testing-0.32.1
centraldogma-testing-0.32.0
0.31.x
centraldogma-testing-0.31.0
0.30.x
centraldogma-testing-0.30.0
0.29.x
centraldogma-testing-0.29.0
0.28.x
centraldogma-testing-0.28.1
centraldogma-testing-0.28.0
0.27.x
centraldogma-testing-0.27.0
0.26.x
centraldogma-testing-0.26.0
0.25.x
centraldogma-testing-0.25.0
0.24.x
centraldogma-testing-0.24.0
0.23.x
centraldogma-testing-0.23.0
0.22.x
centraldogma-testing-0.22.0
0.21.x
centraldogma-testing-0.21.1
centraldogma-testing-0.21.0
0.20.x
centraldogma-testing-0.20.1
centraldogma-testing-0.20.0
0.19.x
centraldogma-testing-0.19.0
0.18.x
centraldogma-testing-0.18.0
0.17.x
centraldogma-testing-0.17.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.linecorp.centraldogma:centraldogma-testing:0.43.4'

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

implementation("com.linecorp.centraldogma:centraldogma-testing:0.43.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-testing" % "0.43.4"

Advertisement