t

test-webapp-logging-slf4j

Files download
File Operation
test-webapp-logging-slf4j-7.0.0.v20091005.pom download
test-webapp-logging-slf4j-7.0.0.v20091005-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.tests</groupId>
  <artifactId>test-webapp-logging-slf4j</artifactId>
  <version>7.0.0.v20091005</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.tests:test-webapp-logging-slf4j:7.0.0.v20091005'
Gradle Kotlin
implementation("org.eclipse.jetty.tests:test-webapp-logging-slf4j:7.0.0.v20091005")
Scala SBT
libraryDependencies += "org.eclipse.jetty.tests" % "test-webapp-logging-slf4j" % "7.0.0.v20091005"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.tests', module='test-webapp-logging-slf4j', version='7.0.0.v20091005')
)
Apache Ivy
<dependency org="org.eclipse.jetty.tests" name="test-webapp-logging-slf4j" rev="7.0.0.v20091005" />
Leiningen
[org.eclipse.jetty.tests/test-webapp-logging-slf4j "7.0.0.v20091005"]
Apache Buildr
'org.eclipse.jetty.tests:test-webapp-logging-slf4j:jar:7.0.0.v20091005'