License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.logback |
ArtifactId | ArtifactIdbootique-logback |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-logback: Logback integration module for Bootique
Provides Logback integration with Bootique
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-logback-2.0.1.pom | |
bootique-logback-2.0.1.jar | 30 KB |
bootique-logback-2.0.1-sources.jar | 24 KB |
bootique-logback-2.0.1-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback/ -->
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback/
implementation 'io.bootique.logback:bootique-logback:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback/
implementation ("io.bootique.logback:bootique-logback:2.0.1")
'io.bootique.logback:bootique-logback:jar:2.0.1'
<dependency org="io.bootique.logback" name="bootique-logback" rev="2.0.1">
<artifact name="bootique-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.logback', module='bootique-logback', version='2.0.1')
)
libraryDependencies += "io.bootique.logback" % "bootique-logback" % "2.0.1"
[io.bootique.logback/bootique-logback "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
ch.qos.logback : logback-classic | jar | 1.2.9 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique : bootique-test | jar | 2.0.1 |