MVN

com.github.charlemaznable : etcdconf-client

Maven & Gradle

Jul 18, 2023
0 stars

Etcd Config Client · Use etcd as config service.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>etcdconf-client</artifactId>
    <version>2023.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : etcdconf-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.2.1

All Versions

Choose a version of com.github.charlemaznable : etcdconf-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.2.x
etcdconf-client-2023.2.1
etcdconf-client-2023.2.0

How to add a dependency to Maven

Add the following com.github.charlemaznable : etcdconf-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>etcdconf-client</artifactId>
    <version>2023.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : etcdconf-client gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:etcdconf-client:2023.2.1'

Gradle Kotlin DSL: Add the following com.github.charlemaznable : etcdconf-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.charlemaznable:etcdconf-client:2023.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : etcdconf-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "etcdconf-client" % "2023.2.1"