MVN

com.github.charlemaznable : logback-dendrobe-annotations

Maven & Gradle

Jul 18, 2023
0 stars

Logback Dendrobe Annotations · Annotations of com.github.charlemaznable:logback-dendrobe.

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

Latest Version

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

  • Latest Stable: 2023.2.1

All Versions

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

Version Vulnerabilities Updated
2023.2.x
logback-dendrobe-annotations-2023.2.1
logback-dendrobe-annotations-2023.2.0
2023.1.x
logback-dendrobe-annotations-2023.1.1
logback-dendrobe-annotations-2023.1.0
2023.0.x
logback-dendrobe-annotations-2023.0.4
logback-dendrobe-annotations-2023.0.3
logback-dendrobe-annotations-2023.0.2
logback-dendrobe-annotations-2023.0.1
logback-dendrobe-annotations-2023.0.0
2022.0.x
logback-dendrobe-annotations-2022.0.7
logback-dendrobe-annotations-2022.0.6
logback-dendrobe-annotations-2022.0.5
logback-dendrobe-annotations-2022.0.4
logback-dendrobe-annotations-2022.0.3
logback-dendrobe-annotations-2022.0.2
logback-dendrobe-annotations-2022.0.1
logback-dendrobe-annotations-2022.0.0
0.2.x
logback-dendrobe-annotations-0.2.2
logback-dendrobe-annotations-0.2.1
logback-dendrobe-annotations-0.2.0
0.1.x
logback-dendrobe-annotations-0.1.8
logback-dendrobe-annotations-0.1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>logback-dendrobe-annotations</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-annotations gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement