SLF4J JDK14 Binding.
The slf4j JDK14 binding.
Here is the list of declaration for slf4j-jdk14. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.3.1</version> </dependency>
If you think this Maven repository POM file listing for slf4j-jdk14 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The slf4j-jdk14-1.3.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | slf4j-api 1.3.1 The slf4j API | 7 |
The following plugins are used in the slf4j-jdk14-1.3.1.jar
The following packages are defined in the slf4j-jdk14-1.3.1.jar
org.slf4j.impl
Here is the content of the POM file.
<?xml version="1.0"?><project>
<parent>
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>1.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<name>SLF4J JDK14 Binding</name>
<version>1.3.1</version>
<description>The slf4j JDK14 binding</description>
<url>http://www.slf4j.org</url>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Bundle-Version>${pv4osgi}</Bundle-Version>
<Bundle-Description>${project.description}</Bundle-Description>
<Implementation-Version>1.3.1</Implementation-Version>
</manifestEntries>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.3.1</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>