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