is not current version
Last Version 0.10

com.nhl.bootique.logback:bootique-logback 0.9

Provides Logback integration with Bootique

Categories

Categories

Logback Application Layer Libs Logging Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.logback
ArtifactId

ArtifactId

bootique-logback
Version

Version

0.9
Type

Type

jar

Download bootique-logback 0.9


<!-- https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback/ -->
<dependency>
    <groupId>com.nhl.bootique.logback</groupId>
    <artifactId>bootique-logback</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback/
implementation 'com.nhl.bootique.logback:bootique-logback:0.9'
// https://jarcasting.com/artifacts/com.nhl.bootique.logback/bootique-logback/
implementation ("com.nhl.bootique.logback:bootique-logback:0.9")
'com.nhl.bootique.logback:bootique-logback:jar:0.9'
<dependency org="com.nhl.bootique.logback" name="bootique-logback" rev="0.9">
  <artifact name="bootique-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.logback', module='bootique-logback', version='0.9')
)
libraryDependencies += "com.nhl.bootique.logback" % "bootique-logback" % "0.9"
[com.nhl.bootique.logback/bootique-logback "0.9"]