License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdorg.no-hope |
ArtifactId | ArtifactIdslf4j-logging |
Last Version | Last Version0.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionslf4j-logging
Wrapper for slf4j logger with extended formatting abilities.
|
Filename | Size |
---|---|
slf4j-logging-0.2.3.pom | |
slf4j-logging-0.2.3.jar | 6 KB |
slf4j-logging-0.2.3-tests.jar | 13 KB |
slf4j-logging-0.2.3-sources.jar | 4 KB |
slf4j-logging-0.2.3-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.no-hope/slf4j-logging/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>slf4j-logging</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/slf4j-logging/
implementation 'org.no-hope:slf4j-logging:0.2.3'
// https://jarcasting.com/artifacts/org.no-hope/slf4j-logging/
implementation ("org.no-hope:slf4j-logging:0.2.3")
'org.no-hope:slf4j-logging:jar:0.2.3'
<dependency org="org.no-hope" name="slf4j-logging" rev="0.2.3">
<artifact name="slf4j-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='slf4j-logging', version='0.2.3')
)
libraryDependencies += "org.no-hope" % "slf4j-logging" % "0.2.3"
[org.no-hope/slf4j-logging "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.2 |
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |