License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.logback |
ArtifactId | ArtifactIdbootique-logback-parent |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-logback-parent: Parent of Logback integration modules for Bootique
Parent POM of Logback-related Bootique modules.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-logback-parent-2.0.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-parent/
implementation 'io.bootique.logback:bootique-logback-parent:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-parent/
implementation ("io.bootique.logback:bootique-logback-parent:2.0.1")
'io.bootique.logback:bootique-logback-parent:pom:2.0.1'
<dependency org="io.bootique.logback" name="bootique-logback-parent" rev="2.0.1">
<artifact name="bootique-logback-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.logback', module='bootique-logback-parent', version='2.0.1')
)
libraryDependencies += "io.bootique.logback" % "bootique-logback-parent" % "2.0.1"
[io.bootique.logback/bootique-logback-parent "2.0.1"]