Categories |
CategoriesWicket User Interface Web Frameworks Logback Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-logback |
Version | Version1.5-RC5.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-logback</artifactId>
<version>1.5-RC5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/
implementation 'org.wicketstuff:wicketstuff-logback:1.5-RC5.1.1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/
implementation ("org.wicketstuff:wicketstuff-logback:1.5-RC5.1.1")
'org.wicketstuff:wicketstuff-logback:jar:1.5-RC5.1.1'
<dependency org="org.wicketstuff" name="wicketstuff-logback" rev="1.5-RC5.1.1">
<artifact name="wicketstuff-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-logback', version='1.5-RC5.1.1')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-logback" % "1.5-RC5.1.1"
[org.wicketstuff/wicketstuff-logback "1.5-RC5.1.1"]