| License | License | 
|---|---|
| Categories | CategoriesSLF4J Application Layer Libs Logging | 
| GroupId | GroupIdorg.slf4j | 
| ArtifactId | ArtifactIdslf4j-log4j12 | 
| Last Version | Last Version2.0.0-alpha7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSLF4J LOG4J-12 Binding relocated SLF4J LOG4J-12 relocated to slf4j-reload4j | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationQOS.ch | 
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-log4j12/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-log4j12</artifactId>
    <version>2.0.0-alpha7</version>
</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:jar:2.0.0-alpha7'<dependency org="org.slf4j" name="slf4j-log4j12" rev="2.0.0-alpha7">
  <artifact name="slf4j-log4j12" type="jar" />
</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 | 
