l

log4j2-config-test

Log4j2 config for tests
文件下载
文件名 操作
log4j2-config-test-0.0.7.OSS.jar 下载
log4j2-config-test-0.0.7.OSS.pom 下载
log4j2-config-test-0.0.7.OSS-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>log4j2-config-test</artifactId>
  <version>0.0.7.OSS</version>
</dependency>
Gradle Groovy
implementation 'cn.home1:log4j2-config-test:0.0.7.OSS'
Gradle Kotlin
implementation("cn.home1:log4j2-config-test:0.0.7.OSS")
Scala SBT
libraryDependencies += "cn.home1" % "log4j2-config-test" % "0.0.7.OSS"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='log4j2-config-test', version='0.0.7.OSS')
)
Apache Ivy
<dependency org="cn.home1" name="log4j2-config-test" rev="0.0.7.OSS" />
Leiningen
[cn.home1/log4j2-config-test "0.0.7.OSS"]
Apache Buildr
'cn.home1:log4j2-config-test:jar:0.0.7.OSS'