MVN

de.huxhorn.lilith : de.huxhorn.lilith

Maven & Gradle

Dec 11, 2021
1 usages
133 stars

lilith · Lilith is a logging and access event viewer for the Logback logging framework. It has features comparable to Chainsaw, a logging event viewer for log4j. This means that it can receive logging events from remote applications using Logback as their logging backend. It uses files to buffer the received events locally, so it is possible to keep vast amounts of logging events at your fingertip while still being able to check only the ones you are really interested in by using filtering conditions.

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith</artifactId>
    <version>8.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.3.0

All Versions

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

Version Vulnerabilities Updated
8.3.x
de.huxhorn.lilith-8.3.0
8.2.x
de.huxhorn.lilith-8.2.0
8.1.x
de.huxhorn.lilith-8.1.1
de.huxhorn.lilith-8.1.0
8.0.x
de.huxhorn.lilith-8.0.0
0.9.x
de.huxhorn.lilith-0.9.44
de.huxhorn.lilith-0.9.43
de.huxhorn.lilith-0.9.42.1
de.huxhorn.lilith-0.9.42
de.huxhorn.lilith-0.9.41
de.huxhorn.lilith-0.9.40
de.huxhorn.lilith-0.9.39
de.huxhorn.lilith-0.9.38
de.huxhorn.lilith-0.9.37
de.huxhorn.lilith-0.9.36
de.huxhorn.lilith-0.9.35
de.huxhorn.lilith-0.9.34
de.huxhorn.lilith-0.9.33
de.huxhorn.lilith-0.9.32
de.huxhorn.lilith-0.9.31
de.huxhorn.lilith-0.9.30

How to add a dependency to Maven

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

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith</artifactId>
    <version>8.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.huxhorn.lilith:de.huxhorn.lilith:8.3.0'

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

implementation("de.huxhorn.lilith:de.huxhorn.lilith:8.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith" % "8.3.0"

Advertisement