Categories |
CategoriesWicket User Interface Web Frameworks Logback Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-logback-parent |
Version | Version8.0.0-M8 |
Type | Typepom |
Filename | Size |
---|---|
wicketstuff-logback-parent-8.0.0-M8.pom | 995 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-logback-parent</artifactId>
<version>8.0.0-M8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback-parent/
implementation 'org.wicketstuff:wicketstuff-logback-parent:8.0.0-M8'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback-parent/
implementation ("org.wicketstuff:wicketstuff-logback-parent:8.0.0-M8")
'org.wicketstuff:wicketstuff-logback-parent:pom:8.0.0-M8'
<dependency org="org.wicketstuff" name="wicketstuff-logback-parent" rev="8.0.0-M8">
<artifact name="wicketstuff-logback-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-logback-parent', version='8.0.0-M8')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-logback-parent" % "8.0.0-M8"
[org.wicketstuff/wicketstuff-logback-parent "8.0.0-M8"]