| License | License | 
|---|---|
| Categories | CategoriesSLF4J Application Layer Libs Logging | 
| GroupId | GroupIdorg.slf4j | 
| ArtifactId | ArtifactIdlog4j-over-slf4j | 
| Version | Version2.0.0-alpha1 | 
| Type | Typejar | 
| Description | DescriptionLog4j Implemented Over SLF4J Log4j implemented over SLF4J | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationQOS.ch | 
<!-- https://jarcasting.com/artifacts/org.slf4j/log4j-over-slf4j/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>log4j-over-slf4j</artifactId>
    <version>2.0.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/org.slf4j/log4j-over-slf4j/
implementation 'org.slf4j:log4j-over-slf4j:2.0.0-alpha1'// https://jarcasting.com/artifacts/org.slf4j/log4j-over-slf4j/
implementation ("org.slf4j:log4j-over-slf4j:2.0.0-alpha1")'org.slf4j:log4j-over-slf4j:jar:2.0.0-alpha1'<dependency org="org.slf4j" name="log4j-over-slf4j" rev="2.0.0-alpha1">
  <artifact name="log4j-over-slf4j" type="jar" />
</dependency>@Grapes(
@Grab(group='org.slf4j', module='log4j-over-slf4j', version='2.0.0-alpha1')
)libraryDependencies += "org.slf4j" % "log4j-over-slf4j" % "2.0.0-alpha1"[org.slf4j/log4j-over-slf4j "2.0.0-alpha1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-jdk14 | jar | 2.0.0-alpha1 | 
| junit : junit | jar | 4.12 |