j

jetty-console-log4j-plugin

Files download
File Operation
jetty-console-log4j-plugin-1.47.jar download
jetty-console-log4j-plugin-1.47.pom download
jetty-console-log4j-plugin-1.47-sources.jar download
Apache Maven
<dependency>
  <groupId>io.tesla.jettyconsole</groupId>
  <artifactId>jetty-console-log4j-plugin</artifactId>
  <version>1.47</version>
</dependency>
Gradle Groovy
implementation 'io.tesla.jettyconsole:jetty-console-log4j-plugin:1.47'
Gradle Kotlin
implementation("io.tesla.jettyconsole:jetty-console-log4j-plugin:1.47")
Scala SBT
libraryDependencies += "io.tesla.jettyconsole" % "jetty-console-log4j-plugin" % "1.47"
Groovy Grape
@Grapes(
  @Grab(group='io.tesla.jettyconsole', module='jetty-console-log4j-plugin', version='1.47')
)
Apache Ivy
<dependency org="io.tesla.jettyconsole" name="jetty-console-log4j-plugin" rev="1.47" />
Leiningen
[io.tesla.jettyconsole/jetty-console-log4j-plugin "1.47"]
Apache Buildr
'io.tesla.jettyconsole:jetty-console-log4j-plugin:jar:1.47'