Categories |
CategoriesLogging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-slf4j-impl |
Version | Version2.9.1 |
Type | Typejar |
Filename | Size |
---|---|
log4j-slf4j-impl-2.9.1.pom | |
log4j-slf4j-impl-2.9.1.jar | 22 KB |
log4j-slf4j-impl-2.9.1-test-sources.jar | 20 KB |
log4j-slf4j-impl-2.9.1-sources.jar | 22 KB |
log4j-slf4j-impl-2.9.1-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-slf4j-impl/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-slf4j-impl/
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.1'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-slf4j-impl/
implementation ("org.apache.logging.log4j:log4j-slf4j-impl:2.9.1")
'org.apache.logging.log4j:log4j-slf4j-impl:jar:2.9.1'
<dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.9.1">
<artifact name="log4j-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-slf4j-impl', version='2.9.1')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.9.1"
[org.apache.logging.log4j/log4j-slf4j-impl "2.9.1"]