Categories |
CategoriesWicket User Interface Web Frameworks Logback Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-logback |
Version | Version6.2.1 |
Type | Typejar |
Filename | Size |
---|---|
wicketstuff-logback-6.2.1.pom | |
wicketstuff-logback-6.2.1.jar | 12 KB |
wicketstuff-logback-6.2.1-sources.jar | 8 KB |
wicketstuff-logback-6.2.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-logback</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/
implementation 'org.wicketstuff:wicketstuff-logback:6.2.1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback/
implementation ("org.wicketstuff:wicketstuff-logback:6.2.1")
'org.wicketstuff:wicketstuff-logback:jar:6.2.1'
<dependency org="org.wicketstuff" name="wicketstuff-logback" rev="6.2.1">
<artifact name="wicketstuff-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-logback', version='6.2.1')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-logback" % "6.2.1"
[org.wicketstuff/wicketstuff-logback "6.2.1"]