is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-slf4j-impl 11.0.0.beta3

Slf4j Logging Implementation based on Jetty's older StdErrLog

Categories

Categories

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

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-slf4j-impl
Version

Version

11.0.0.beta3
Type

Type

jar

Download jetty-slf4j-impl 11.0.0.beta3


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