ness-logging.
Logging component component..
Here is the list of declaration for ness-logging. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-logging</artifactId> <version>1.0.2</version> </dependency>
If you think this Maven repository POM file listing for ness-logging is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The ness-logging-1.0.2 has 5 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 | log4j 1.2.16 Apache Log4j 1.2 | 683 |
Log | jul-to-slf4j 1.6.4 JUL to SLF4J bridge | 11 |
Log | slf4j-log4j12 1.6.4 The slf4j log4j-12 binding | 96 |
JUnit | junit-dep 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 177 |
The following table lists the most popular artifacts which are depending on ness-logging-1.0.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Inversion of Control | ness-lifecycle 1.0.1 Guice based lifecycle. | 6 |
Development | ness-config 2.1.3 Ness Configuration component. | 6 |
The following packages are defined in the ness-logging-1.0.2.jar
com.nesscomputing.log4j com.nesscomputing.log4j.testing com.nesscomputing.logging
Here is the content of the POM file.
<?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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.nesscomputing</groupId> <artifactId>ness-oss-parent</artifactId> <version>3</version> </parent> <scm> <connection>scm:git:git://github.com/NessComputing/components-ness-logging.git</connection> <developerConnection>scm:git:git@github.com:NessComputing/components-ness-logging.git</developerConnection> <url>http://github.com/NessComputing/components-ness-logging</url> </scm> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-logging</artifactId> <name>ness-logging</name> <version>1.0.2</version> <packaging>jar</packaging> <description>Logging component component.</description> <dependencies> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>1.6.4</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> </project>