License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Logback Application Layer Libs Logging |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-logback |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicketStuff 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.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-logback</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/
implementation 'org.wicketstuff:wicketstuff-logback:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/
implementation ("org.wicketstuff:wicketstuff-logback:9.10.0")
'org.wicketstuff:wicketstuff-logback:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicketstuff-logback" rev="9.10.0">
<artifact name="wicketstuff-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-logback', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-logback" % "9.10.0"
[org.wicketstuff/wicketstuff-logback "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |