Maven Repository - POM file for Log jboss-logging-spi 2.1.2.GA 2.1.2.GA

Summary

JBoss Logging Programming Interface.

The JBoss Logging Framework Programming Interface.

Declaration

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

<dependency>
   <groupId>org.jboss.logging</groupId>
   <artifactId>jboss-logging-spi</artifactId>
   <version>2.1.2.GA</version>
</dependency>

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

Depended by

The following table lists the most popular artifacts which are depending on jboss-logging-spi-2.1.2.GA. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Networknetty 3.6.6.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
36
Networknetty 3.9.0.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
26
Networknetty 3.6.3.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
17
Networknetty 3.2.7.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
8
Networknetty 3.7.0.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
9
Networknetty 3.6.4.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
5
Networknetty 3.6.2.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
12
Networknetty 3.5.1.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
5
Networknetty 3.5.0.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
6
Networknetty 3.5.9.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
8
Networknetty 3.8.0.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
24
Networknetty 3.4.6.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
9
Networknetty 3.5.7.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
8
Networknetty 3.5.8.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
12
Networknetty 3.6.5.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
9
Networknetty 3.2.4.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
18




Packages

The following packages are defined in the jboss-logging-spi-2.1.2.GA.jar

org.jboss.logging

POM File Source

Here is the content of the POM file.

<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">
  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>5</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.logging</groupId>
  <artifactId>jboss-logging-spi</artifactId>
  <version>2.1.2.GA</version>
  <packaging>jar</packaging>
  <name>JBoss Logging Programming Interface</name>
  <url>http://www.jboss.org</url>
  <description>The JBoss Logging Framework Programming Interface</description>
</project>