Maven Repository - POM file for Log nlog4j 1.2.24 1.2.24

Summary

nlog4j.

nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/.

Declaration

Here is the list of declaration for nlog4j. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>nlog4j</artifactId>
   <version>1.2.24</version>
</dependency>

If you think this Maven repository POM file listing for nlog4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Depends on

The nlog4j-1.2.24 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Networkmail 1.3.2
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
22
JEEactivation 1.0.2
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perfor...
27
JMSjms 1.1
The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
62

Depended by

The following table lists the most popular artifacts which are depending on nlog4j-1.2.24. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Message Queueactivemq-core 5.0.0
The ActiveMQ Message Broker and Client implementations
40
Directory Serverapacheds-core 1.0-RC3
Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols enabled.
6

Packages

The following packages are defined in the nlog4j-1.2.24.jar

org.apache.log4j
org.apache.log4j.config
org.apache.log4j.helpers
org.apache.log4j.jdbc
org.apache.log4j.jmx
org.apache.log4j.net
org.apache.log4j.or
org.apache.log4j.or.jms
org.apache.log4j.or.sax
org.apache.log4j.spi
org.apache.log4j.varia
org.apache.log4j.xml
org.slf4j
org.slf4j.impl
org.slf4j.spi




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.slf4j</groupId>
  <artifactId>nlog4j</artifactId>
  <name>nlog4j</name>
  <version>1.2.24</version>
  <description>nlog4j - NLOG4J is a production-quality log4j-replacement with
        native SLF4J API support. See http://www.slf4j.org/nlog4j/</description>
  <dependencies>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xerces</artifactId>
      <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>javax.mail</groupId>
      <artifactId>mail</artifactId>
      <version>1.3.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.activation</groupId>
      <artifactId>activation</artifactId>
      <version>1.0.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.jms</groupId>
      <artifactId>jms</artifactId>
      <version>1.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jmx</groupId>
      <artifactId>jmxri</artifactId>
      <version>1.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jdmk</groupId>
      <artifactId>jmxtools</artifactId>
      <version>1.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>checkstyle</groupId>
      <artifactId>checkstyle</artifactId>
      <version>2.2</version>
    </dependency>
  </dependencies>
</project>