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 | GroupIdio.bootique.logback |
ArtifactId | ArtifactIdbootique-logback-docs |
Last Version | Last Version2.0.M1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent POM of Logback-related Bootique modules.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-logback-docs-2.0.M1.pom | |
bootique-logback-docs-2.0.M1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-docs/ -->
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback-docs</artifactId>
<version>2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-docs/
implementation 'io.bootique.logback:bootique-logback-docs:2.0.M1'
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-docs/
implementation ("io.bootique.logback:bootique-logback-docs:2.0.M1")
'io.bootique.logback:bootique-logback-docs:jar:2.0.M1'
<dependency org="io.bootique.logback" name="bootique-logback-docs" rev="2.0.M1">
<artifact name="bootique-logback-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.logback', module='bootique-logback-docs', version='2.0.M1')
)
libraryDependencies += "io.bootique.logback" % "bootique-logback-docs" % "2.0.M1"
[io.bootique.logback/bootique-logback-docs "2.0.M1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique-junit5 | jar | 2.0.M1 |
io.bootique.logback : bootique-logback | jar | 2.0.M1 |
Provides Logback integration with Bootique. Documentation and configuration reference is available here.