bootique-logback
Provides Logback integration with Bootique. Documentation and configuration reference is available here.
License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging Bootique User Interface Web Frameworks |
GroupId | GroupIdcom.nhl.bootique.logback |
ArtifactId | ArtifactIdbootique-logback-parent |
Last Version | Last Version0.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent of Logback Integration Module for Bootique
Parent POM of Logback-related Bootique modules.
|
Project Organization |
Project OrganizationNational Hockey League |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-logback-parent-0.10.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback-parent/ -->
<dependency>
<groupId>com.nhl.bootique.logback</groupId>
<artifactId>bootique-logback-parent</artifactId>
<version>0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback-parent/
implementation 'com.nhl.bootique.logback:bootique-logback-parent:0.10'
// https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback-parent/
implementation ("com.nhl.bootique.logback:bootique-logback-parent:0.10")
'com.nhl.bootique.logback:bootique-logback-parent:pom:0.10'
<dependency org="com.nhl.bootique.logback" name="bootique-logback-parent" rev="0.10">
<artifact name="bootique-logback-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.logback', module='bootique-logback-parent', version='0.10')
)
libraryDependencies += "com.nhl.bootique.logback" % "bootique-logback-parent" % "0.10"
[com.nhl.bootique.logback/bootique-logback-parent "0.10"]
Provides Logback integration with Bootique. Documentation and configuration reference is available here.