is not current version
Last Version 9.10.0

org.wicketstuff:wicketstuff-logback 7.18.0

This module is the home for classes that can help with using wicket and logback together. See LogbackConfigListener and WicketWebPatternEncoder classes for more info.

Categories

Categories

Wicket User Interface Web Frameworks Logback Application Layer Libs Logging
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-logback
Version

Version

7.18.0
Type

Type

jar

Download wicketstuff-logback 7.18.0


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