License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdcom.mattwhipple.logman |
ArtifactId | ArtifactIdlogman-logback |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogman-logback
Logback binding for LogMan logging management facade
|
Filename | Size |
---|---|
logman-logback-1.0.0.pom | |
logman-logback-1.0.0.jar | 2 KB |
logman-logback-1.0.0-sources.jar | 2 KB |
logman-logback-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-logback/ -->
<dependency>
<groupId>com.mattwhipple.logman</groupId>
<artifactId>logman-logback</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-logback/
implementation 'com.mattwhipple.logman:logman-logback:1.0.0'
// https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-logback/
implementation ("com.mattwhipple.logman:logman-logback:1.0.0")
'com.mattwhipple.logman:logman-logback:jar:1.0.0'
<dependency org="com.mattwhipple.logman" name="logman-logback" rev="1.0.0">
<artifact name="logman-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattwhipple.logman', module='logman-logback', version='1.0.0')
)
libraryDependencies += "com.mattwhipple.logman" % "logman-logback" % "1.0.0"
[com.mattwhipple.logman/logman-logback "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
com.mattwhipple.logman : logman-api | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |
org.codehaus.gpars : gpars | jar | 1.2.1 |