| Title: |
slf4j-log4j12 |
| Group ID: |
org.slf4j |
| Artifact ID: |
slf4j-log4j12 |
| Version: |
1.1.0-RC0 |
| Last modified: |
09.11.2006 20:50 |
| Packaging: |
jar |
| Name: |
SLF4J LOG4J-12 Binding |
| Description: |
The slf4j log4j-12 binding |
| URL: |
http://www.slf4j.org |
| Vendor: |
QOS.ch |
|
|
| Size: |
9.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.1.0-RC0/slf4j-log4j12-1.1.0-RC0.jar |
| POM: |
Show
hide
<?xml version="1.0"?><project>
<parent>
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<name>SLF4J LOG4J-12 Binding</name>
<version>1.1.0-RC0</version>
<description>The slf4j log4j-12 binding</description>
<url>http://www.slf4j.org</url>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.1.0-RC0</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
| Maven: |
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.1.0-RC0</version>
</dependency>
|
| Gradle: |
org.slf4j:slf4j-log4j12:1.1.0-RC0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|