MVN

at.willhaben.willtest : log4j

Maven & Gradle

Oct 17, 2019
7 stars

Log4j specific utilities

<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>log4j</artifactId>
    <version>3.0.0-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.willhaben.willtest : log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M3

All Versions

Choose a version of at.willhaben.willtest : log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
log4j-3.0.0-M3
log4j-3.0.0-M2
log4j-3.0.0-M1
2.3.x
log4j-2.3.0
2.2.x
log4j-2.2.2
log4j-2.2.1
log4j-2.2.0
2.1.x
log4j-2.1.2
log4j-2.1.1
log4j-2.1.0
2.0.x
log4j-2.0.16
log4j-2.0.15
log4j-2.0.14
log4j-2.0.13
log4j-2.0.12
log4j-2.0.11
log4j-2.0.10
log4j-2.0.9
log4j-2.0.8
log4j-2.0.7
log4j-2.0.6
log4j-2.0.5
log4j-2.0.4
log4j-2.0.3
log4j-2.0.2
log4j-2.0.1
log4j-2.0.0
1.3.x
log4j-1.3.0
1.2.x
log4j-1.2.7
log4j-1.2.5
log4j-1.2.4
log4j-1.2.3
log4j-1.2.2
log4j-1.2.1
log4j-1.2.0
1.1.x
log4j-1.1.13
log4j-1.1.12
log4j-1.1.10
log4j-1.1.9
log4j-1.1.8
log4j-1.1.7
log4j-1.1.6
log4j-1.1.5
log4j-1.1.4
log4j-1.1.3
log4j-1.1.2
log4j-1.1.1
1.0.x
log4j-1.0.0

How to add a dependency to Maven

Add the following at.willhaben.willtest : log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>log4j</artifactId>
    <version>3.0.0-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.willhaben.willtest : log4j gradle dependency to your build.gradle file:

implementation 'at.willhaben.willtest:log4j:3.0.0-M3'

Gradle Kotlin DSL: Add the following at.willhaben.willtest : log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("at.willhaben.willtest:log4j:3.0.0-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.willhaben.willtest : log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "at.willhaben.willtest" % "log4j" % "3.0.0-M3"

Advertisement