MVN

de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter

Maven & Gradle

Mar 12, 2012
9 usages
134 stars

logback-logging-adapter · This file is part of Lilith. It contains the adapter to translate from logback to lilith logging events.

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.logback.logging-adapter</artifactId>
    <version>0.9.42.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.42.1

All Versions

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
de.huxhorn.lilith.logback.logging-adapter-0.9.42.1
de.huxhorn.lilith.logback.logging-adapter-0.9.42
de.huxhorn.lilith.logback.logging-adapter-0.9.41
de.huxhorn.lilith.logback.logging-adapter-0.9.40
de.huxhorn.lilith.logback.logging-adapter-0.9.39
de.huxhorn.lilith.logback.logging-adapter-0.9.38
de.huxhorn.lilith.logback.logging-adapter-0.9.37
de.huxhorn.lilith.logback.logging-adapter-0.9.36
de.huxhorn.lilith.logback.logging-adapter-0.9.35
de.huxhorn.lilith.logback.logging-adapter-0.9.34
de.huxhorn.lilith.logback.logging-adapter-0.9.33
de.huxhorn.lilith.logback.logging-adapter-0.9.32
de.huxhorn.lilith.logback.logging-adapter-0.9.31
de.huxhorn.lilith.logback.logging-adapter-0.9.30

How to add a dependency to Maven

Add the following de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.logback.logging-adapter</artifactId>
    <version>0.9.42.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter gradle dependency to your build.gradle file:

implementation 'de.huxhorn.lilith:de.huxhorn.lilith.logback.logging-adapter:0.9.42.1'

Gradle Kotlin DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.huxhorn.lilith:de.huxhorn.lilith.logback.logging-adapter:0.9.42.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.huxhorn.lilith : de.huxhorn.lilith.logback.logging-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.logback.logging-adapter" % "0.9.42.1"