Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdslf4j-log4j13 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionslf4j-log4j
See http://www.slf4j.org/
Javadocs for the Log4jLoggerAdapter are available at
http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html
|
Filename | Size |
---|---|
slf4j-log4j13-1.0.1.pom | |
slf4j-log4j13-1.0.1.jar | 13 KB |
slf4j-log4j13-1.0.1-sources.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j13/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j13</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j13/
implementation 'org.slf4j:slf4j-log4j13:1.0.1'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j13/
implementation ("org.slf4j:slf4j-log4j13:1.0.1")
'org.slf4j:slf4j-log4j13:jar:1.0.1'
<dependency org="org.slf4j" name="slf4j-log4j13" rev="1.0.1">
<artifact name="slf4j-log4j13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-log4j13', version='1.0.1')
)
libraryDependencies += "org.slf4j" % "slf4j-log4j13" % "1.0.1"
[org.slf4j/slf4j-log4j13 "1.0.1"]