| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdorg.slf4j |
| ArtifactId | ArtifactIdslf4j-log4j12 |
| Version | Version2.0.0-alpha7 |
| Type | Typepom |
| Description |
DescriptionSLF4J LOG4J-12 Binding relocated
SLF4J LOG4J-12 relocated to slf4j-reload4j
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationQOS.ch |
| Filename | Size |
|---|---|
| slf4j-log4j12-2.0.0-alpha7.pom | 887 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j12/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>2.0.0-alpha7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j12/
implementation 'org.slf4j:slf4j-log4j12:2.0.0-alpha7'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j12/
implementation ("org.slf4j:slf4j-log4j12:2.0.0-alpha7")
'org.slf4j:slf4j-log4j12:pom:2.0.0-alpha7'
<dependency org="org.slf4j" name="slf4j-log4j12" rev="2.0.0-alpha7">
<artifact name="slf4j-log4j12" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-log4j12', version='2.0.0-alpha7')
)
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "2.0.0-alpha7"
[org.slf4j/slf4j-log4j12 "2.0.0-alpha7"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |