Categories |
CategoriesLogback Application Layer Libs Logging Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.logback |
ArtifactId | ArtifactIdbootique-logback-parent |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
bootique-logback-parent-2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-parent/ -->
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-parent/
implementation 'io.bootique.logback:bootique-logback-parent:2.0'
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-parent/
implementation ("io.bootique.logback:bootique-logback-parent:2.0")
'io.bootique.logback:bootique-logback-parent:pom:2.0'
<dependency org="io.bootique.logback" name="bootique-logback-parent" rev="2.0">
<artifact name="bootique-logback-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.logback', module='bootique-logback-parent', version='2.0')
)
libraryDependencies += "io.bootique.logback" % "bootique-logback-parent" % "2.0"
[io.bootique.logback/bootique-logback-parent "2.0"]