t

test-war-log4j_1.2.15

文件下载
文件名 操作
test-war-log4j_1.2.15-8.0.0.M3.pom 下载
test-war-log4j_1.2.15-8.0.0.M3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mortbay.jetty.testwars</groupId>
  <artifactId>test-war-log4j_1.2.15</artifactId>
  <version>8.0.0.M3</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.mortbay.jetty.testwars:test-war-log4j_1.2.15:8.0.0.M3'
Gradle Kotlin
implementation("org.mortbay.jetty.testwars:test-war-log4j_1.2.15:8.0.0.M3")
Scala SBT
libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-log4j_1.2.15" % "8.0.0.M3"
Groovy Grape
@Grapes(
  @Grab(group='org.mortbay.jetty.testwars', module='test-war-log4j_1.2.15', version='8.0.0.M3')
)
Apache Ivy
<dependency org="org.mortbay.jetty.testwars" name="test-war-log4j_1.2.15" rev="8.0.0.M3" />
Leiningen
[org.mortbay.jetty.testwars/test-war-log4j_1.2.15 "8.0.0.M3"]
Apache Buildr
'org.mortbay.jetty.testwars:test-war-log4j_1.2.15:jar:8.0.0.M3'