MVN

io.github.netmikey.logunit : logunit-log4j2

Maven & Gradle

Jun 01, 2023
46 stars

io.github.netmikey.logunit:logunit-log4j2 · LogUnit's Log4j2 implementation.

<dependency>
    <groupId>io.github.netmikey.logunit</groupId>
    <artifactId>logunit-log4j2</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.netmikey.logunit : logunit-log4j2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.github.netmikey.logunit : logunit-log4j2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
logunit-log4j2-2.0.0
1.1.x
logunit-log4j2-1.1.3
logunit-log4j2-1.1.2
logunit-log4j2-1.1.1
logunit-log4j2-1.1.0

How to add a dependency to Maven

Add the following io.github.netmikey.logunit : logunit-log4j2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.netmikey.logunit</groupId>
    <artifactId>logunit-log4j2</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.netmikey.logunit : logunit-log4j2 gradle dependency to your build.gradle file:

implementation 'io.github.netmikey.logunit:logunit-log4j2:2.0.0'

Gradle Kotlin DSL: Add the following io.github.netmikey.logunit : logunit-log4j2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.netmikey.logunit:logunit-log4j2:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.netmikey.logunit : logunit-log4j2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.netmikey.logunit" % "logunit-log4j2" % "2.0.0"

Advertisement