is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-slf4j-impl 10.0.3

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

10.0.3
Type

Type

jar

Download jetty-slf4j-impl 10.0.3


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