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 |
| Last Version | Last Version0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogback Integration with Bootique
Provides Logback integration with Bootique
|
| Project Organization |
Project OrganizationNational Hockey League |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bootique-logback-0.10.pom | |
| bootique-logback-0.10.jar | 9 KB |
| bootique-logback-0.10-sources.jar | 4 KB |
| bootique-logback-0.10-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback/ -->
<dependency>
<groupId>com.nhl.bootique.logback</groupId>
<artifactId>bootique-logback</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback/
implementation 'com.nhl.bootique.logback:bootique-logback:0.10'
// https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback/
implementation ("com.nhl.bootique.logback:bootique-logback:0.10")
'com.nhl.bootique.logback:bootique-logback:jar:0.10'
<dependency org="com.nhl.bootique.logback" name="bootique-logback" rev="0.10">
<artifact name="bootique-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.logback', module='bootique-logback', version='0.10')
)
libraryDependencies += "com.nhl.bootique.logback" % "bootique-logback" % "0.10"
[com.nhl.bootique.logback/bootique-logback "0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.0 |
| com.nhl.bootique : bootique | jar | 0.17 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.31-beta |
| com.nhl.bootique : bootique-test | jar | 0.17 |
Provides Logback integration with Bootique. Documentation and configuration reference is available here.