| Title: |
SLF4J Java5 redesign concept |
| Group ID: |
de.huxhorn.lilith |
| Artifact ID: |
de.huxhorn.lilith.slf4j |
| Version: |
${parent.version} |
| Last modified: |
01.05.2009 18:20 |
| Packaging: |
jar |
| Name: |
SLF4J Java5 redesign concept |
| Description: |
This is a concept how SLF4J could be redesigned for Java>=5 |
| URL: |
http://lilith.huxhorn.de/projects/${pom.artifactId}/ |
|
|
| Size: |
9.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/de/huxhorn/lilith/de.huxhorn.lilith.slf4j/0.9.35/de.huxhorn.lilith.slf4j-0.9.35.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.slf4j</artifactId>
<version>${parent.version}</version>
<packaging>jar</packaging>
<name>SLF4J Java5 redesign concept</name>
<description>This is a concept how SLF4J could be redesigned for Java>=5</description>
<url>http://lilith.huxhorn.de/projects/${pom.artifactId}/</url>
<scm>
<connection>scm:svn:https://lilith.svn.sourceforge.net/svnroot/lilith/trunk/slf4j</connection>
<developerConnection>scm:svn:https://lilith.svn.sourceforge.net/svnroot/lilith/trunk/slf4j</developerConnection>
<url>http://lilith.svn.sourceforge.net/viewvc/lilith/trunk/slf4j/</url>
</scm>
<parent>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.parent</artifactId>
<version><!-- LV -->0.9.35</version>
<relativePath>../lilith-parent/pom.xml</relativePath>
</parent>
<licenses>
<license>
<name>GNU Lesser General Public License v3 (LGPL)</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.slf4j</artifactId>
<version>0.9.35</version>
</dependency>
|
| Gradle: |
de.huxhorn.lilith:de.huxhorn.lilith.slf4j:0.9.35 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
More
|