t

test-webapp-logging-log4j

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