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