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