j

jetty-slf4j-impl

Slf4j Logging Implementation based on Jetty's older StdErrLog
文件下载
文件名 操作
jetty-slf4j-impl-11.0.15.jar 下载
jetty-slf4j-impl-11.0.15.pom 下载
jetty-slf4j-impl-11.0.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-slf4j-impl</artifactId>
  <version>11.0.15</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty:jetty-slf4j-impl:11.0.15'
Gradle Kotlin
implementation("org.eclipse.jetty:jetty-slf4j-impl:11.0.15")
Scala SBT
libraryDependencies += "org.eclipse.jetty" % "jetty-slf4j-impl" % "11.0.15"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty', module='jetty-slf4j-impl', version='11.0.15')
)
Apache Ivy
<dependency org="org.eclipse.jetty" name="jetty-slf4j-impl" rev="11.0.15" />
Leiningen
[org.eclipse.jetty/jetty-slf4j-impl "11.0.15"]
Apache Buildr
'org.eclipse.jetty:jetty-slf4j-impl:jar:11.0.15'