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