License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdslf4j-impl |
Last Version | Last Version2.0-alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF4J Binding
Binding between SLF4J API and Log4J2 Core
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
slf4j-impl-2.0-alpha2.pom | |
slf4j-impl-2.0-alpha2.jar | 20 KB |
slf4j-impl-2.0-alpha2-sources.jar | 17 KB |
slf4j-impl-2.0-alpha2-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/slf4j-impl/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>slf4j-impl</artifactId>
<version>2.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/slf4j-impl/
implementation 'org.apache.logging.log4j:slf4j-impl:2.0-alpha2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/slf4j-impl/
implementation ("org.apache.logging.log4j:slf4j-impl:2.0-alpha2")
'org.apache.logging.log4j:slf4j-impl:jar:2.0-alpha2'
<dependency org="org.apache.logging.log4j" name="slf4j-impl" rev="2.0-alpha2">
<artifact name="slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='slf4j-impl', version='2.0-alpha2')
)
libraryDependencies += "org.apache.logging.log4j" % "slf4j-impl" % "2.0-alpha2"
[org.apache.logging.log4j/slf4j-impl "2.0-alpha2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
org.slf4j : slf4j-ext | jar | 1.6.4 |
org.apache.logging.log4j : log4j-api | jar | 2.0-alpha2 |
org.apache.logging.log4j : log4j-core | jar | 2.0-alpha2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | test-jar | 2.0-alpha2 |
junit : junit | jar | 4.3.1 |