t

test-webapp-logging-commons

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