is not current version
Last Version 9.4.27

org.eclipse.jetty:jetty-webapp-logging 9.0.0


Categories

Categories

Jetty Container Application Servers CLI User Interface Logging Application Layer Libs
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-webapp-logging
Version

Version

9.0.0
Type

Type

jar

Download jetty-webapp-logging 9.0.0


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-webapp-logging/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-webapp-logging</artifactId>
    <version>9.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-webapp-logging/
implementation 'org.eclipse.jetty:jetty-webapp-logging:9.0.0'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-webapp-logging/
implementation ("org.eclipse.jetty:jetty-webapp-logging:9.0.0")
'org.eclipse.jetty:jetty-webapp-logging:jar:9.0.0'
<dependency org="org.eclipse.jetty" name="jetty-webapp-logging" rev="9.0.0">
  <artifact name="jetty-webapp-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-webapp-logging', version='9.0.0')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-webapp-logging" % "9.0.0"
[org.eclipse.jetty/jetty-webapp-logging "9.0.0"]