License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface SLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-slf4j-impl |
Last Version | Last Version11.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Slf4j Implementation
Slf4j Logging Implementation based on Jetty's older StdErrLog
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-slf4j-impl-11.0.11.pom | |
jetty-slf4j-impl-11.0.11.jar | 33 KB |
jetty-slf4j-impl-11.0.11-sources.jar | 26 KB |
jetty-slf4j-impl-11.0.11-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-slf4j-impl/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>11.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-slf4j-impl/
implementation 'org.eclipse.jetty:jetty-slf4j-impl:11.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-slf4j-impl/
implementation ("org.eclipse.jetty:jetty-slf4j-impl:11.0.11")
'org.eclipse.jetty:jetty-slf4j-impl:jar:11.0.11'
<dependency org="org.eclipse.jetty" name="jetty-slf4j-impl" rev="11.0.11">
<artifact name="jetty-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-slf4j-impl', version='11.0.11')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-slf4j-impl" % "11.0.11"
[org.eclipse.jetty/jetty-slf4j-impl "11.0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
org.junit.jupiter : junit-jupiter | jar |