w

wicketstuff-logback

This module is the home for classes that can help with using wicket and logback together. See LogbackConfigListener and WicketWebPatternEncoder classes for more info.
Files download
File Operation
wicketstuff-logback-10.0.0.jar download
wicketstuff-logback-10.0.0.pom download
wicketstuff-logback-10.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-logback</artifactId>
  <version>10.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-logback:10.0.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-logback:10.0.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-logback" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-logback', version='10.0.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-logback" rev="10.0.0" />
Leiningen
[org.wicketstuff/wicketstuff-logback "10.0.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-logback:jar:10.0.0'