l

logunit-log4j12

LogUnit module for Log4J 1.2 support
文件下载
文件名 操作
logunit-log4j12-1.1.jar 下载
logunit-log4j12-1.1.pom 下载
logunit-log4j12-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wickedsource.logunit</groupId>
  <artifactId>logunit-log4j12</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.wickedsource.logunit:logunit-log4j12:1.1'
Gradle Kotlin
implementation("org.wickedsource.logunit:logunit-log4j12:1.1")
Scala SBT
libraryDependencies += "org.wickedsource.logunit" % "logunit-log4j12" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wickedsource.logunit', module='logunit-log4j12', version='1.1')
)
Apache Ivy
<dependency org="org.wickedsource.logunit" name="logunit-log4j12" rev="1.1" />
Leiningen
[org.wickedsource.logunit/logunit-log4j12 "1.1"]
Apache Buildr
'org.wickedsource.logunit:logunit-log4j12:jar:1.1'