Files download
File Operation
logunit-log4j2-1.1.3.jar download
logunit-log4j2-1.1.3.pom download
logunit-log4j2-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.netmikey.logunit</groupId>
  <artifactId>logunit-log4j2</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.netmikey.logunit:logunit-log4j2:1.1.3'
Gradle Kotlin
implementation("io.github.netmikey.logunit:logunit-log4j2:1.1.3")
Scala SBT
libraryDependencies += "io.github.netmikey.logunit" % "logunit-log4j2" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.netmikey.logunit', module='logunit-log4j2', version='1.1.3')
)
Apache Ivy
<dependency org="io.github.netmikey.logunit" name="logunit-log4j2" rev="1.1.3" />
Leiningen
[io.github.netmikey.logunit/logunit-log4j2 "1.1.3"]
Apache Buildr
'io.github.netmikey.logunit:logunit-log4j2:jar:1.1.3'