MVN

com.github.charlemaznable : logback-dendrobe-etcd

Maven & Gradle

Jul 18, 2023
0 stars

Logback Dendrobe Etcd · Logback Dendrobe Hot Updater using Etcd.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>logback-dendrobe-etcd</artifactId>
    <version>2023.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : logback-dendrobe-etcd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.2.1

All Versions

Choose a version of com.github.charlemaznable : logback-dendrobe-etcd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.2.x
logback-dendrobe-etcd-2023.2.1
logback-dendrobe-etcd-2023.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>logback-dendrobe-etcd</artifactId>
    <version>2023.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : logback-dendrobe-etcd gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:logback-dendrobe-etcd:2023.2.1'

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

implementation("com.github.charlemaznable:logback-dendrobe-etcd:2023.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : logback-dendrobe-etcd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "logback-dendrobe-etcd" % "2023.2.1"

Advertisement