Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdlog4j-over-slf4j |
Version | Version1.7.21 |
Type | Typejar |
Filename | Size |
---|---|
log4j-over-slf4j-1.7.21.pom | |
log4j-over-slf4j-1.7.21.jar | 23 KB |
log4j-over-slf4j-1.7.21-sources.jar | 30 KB |
log4j-over-slf4j-1.7.21-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/log4j-over-slf4j/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/log4j-over-slf4j/
implementation 'org.slf4j:log4j-over-slf4j:1.7.21'
// https://jarcasting.com/artifacts/org.slf4j/log4j-over-slf4j/
implementation ("org.slf4j:log4j-over-slf4j:1.7.21")
'org.slf4j:log4j-over-slf4j:jar:1.7.21'
<dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.7.21">
<artifact name="log4j-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='log4j-over-slf4j', version='1.7.21')
)
libraryDependencies += "org.slf4j" % "log4j-over-slf4j" % "1.7.21"
[org.slf4j/log4j-over-slf4j "1.7.21"]