MVN

de.huxhorn.lilith : de.huxhorn.lilith.log4j.throwable

Maven & Gradle

Apr 28, 2013
3 usages
133 stars

log4j-throwable-parser · This file is part of Lilith. It contains the Log4j ThrowableInfo-Parser.

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

Latest Version

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

  • Latest Stable: 0.9.43

All Versions

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

Version Vulnerabilities Updated
0.9.x
de.huxhorn.lilith.log4j.throwable-0.9.43
de.huxhorn.lilith.log4j.throwable-0.9.42.1
de.huxhorn.lilith.log4j.throwable-0.9.42
de.huxhorn.lilith.log4j.throwable-0.9.41
de.huxhorn.lilith.log4j.throwable-0.9.40

How to add a dependency to Maven

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

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.log4j.throwable</artifactId>
    <version>0.9.43</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.huxhorn.lilith:de.huxhorn.lilith.log4j.throwable:0.9.43'

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

implementation("de.huxhorn.lilith:de.huxhorn.lilith.log4j.throwable:0.9.43")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.log4j.throwable" % "0.9.43"