Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.google.sitebricks |
ArtifactId | ArtifactIdslf4j |
Last Version | Last Version0.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguice-slf4j
Slf4j logging module for Guice applications (does not require sitebricks)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slf4j-0.8.3.pom | |
slf4j-0.8.3.jar | 4 KB |
slf4j-0.8.3-sources.jar | 1 KB |
slf4j-0.8.3-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.sitebricks/slf4j/ -->
<dependency>
<groupId>com.google.sitebricks</groupId>
<artifactId>slf4j</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.sitebricks/slf4j/
implementation 'com.google.sitebricks:slf4j:0.8.3'
// https://jarcasting.com/artifacts/com.google.sitebricks/slf4j/
implementation ("com.google.sitebricks:slf4j:0.8.3")
'com.google.sitebricks:slf4j:jar:0.8.3'
<dependency org="com.google.sitebricks" name="slf4j" rev="0.8.3">
<artifact name="slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.sitebricks', module='slf4j', version='0.8.3')
)
libraryDependencies += "com.google.sitebricks" % "slf4j" % "0.8.3"
[com.google.sitebricks/slf4j "0.8.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 2.0 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |
ch.qos.logback : logback-classic | jar | 0.9.26 |
ch.qos.logback : logback-core | jar | 0.9.26 |