JBoss Logging Programming Interface.
The JBoss Logging Framework Programming Interface.
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.2.0.CR1</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.
The following table lists the most popular artifacts which are depending on jboss-logging-spi-2.2.0.CR1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JBoss | jboss-transaction-spi 7.0.0.CR1 The Java Transaction 7.0.0 SPI classes | 24 |
JBoss | jboss-transaction-spi 7.1.0.Final The Java Transaction 7.1.0 SPI classes | 36 |
JBoss | jboss-transaction-spi 7.0.0.Final The Java Transaction 7.0.0 SPI classes | 27 |
JBoss | jboss-transaction-spi 7.0.0.CR2 The Java Transaction 7.0.0 SPI classes | 8 |
The following plugins are used in the jboss-logging-spi-2.2.0.CR1.jar
The following packages are defined in the jboss-logging-spi-2.2.0.CR1.jar
org.jboss.logging
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>3</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-spi</artifactId> <version>2.2.0.CR1</version> <packaging>jar</packaging> <name>JBoss Logging Programming Interface</name> <url>http://www.jboss.org</url> <description>The JBoss Logging Framework Programming Interface</description> <scm> <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-spi/trunk/</connection> </scm> <build> <plugins> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <!-- The tagBase property is needed during the release process so that the maven release plugin will create the release tag in the appropriate location. --> <tagBase>https://svn.jboss.org/repos/common/common-logging-spi/tags</tagBase> </configuration> </plugin> <plugin> <groupId>jboss.maven-plugins</groupId> <artifactId>jboss-deploy-maven-plugin</artifactId> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <splitindex>false</splitindex> <doclet>net.gleamynode.apiviz.APIviz</doclet> <docletArtifact> <groupId>org.jboss.apiviz</groupId> <artifactId>apiviz</artifactId> <version>1.2.5.GA</version> </docletArtifact> <bottom><![CDATA[<i>Copyright © 2009 JBoss, a division of Red Hat, Inc.</i>]]></bottom> <verbose>true</verbose> <links> <link>http://java.sun.com/javase/6/docs/api/</link> </links> </configuration> </plugin> </plugins> </reporting> <repositories> <repository> <id>repository.jboss.org</id> <name>JBoss Repository</name> <layout>default</layout> <url>http://repository.jboss.org/maven2/</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>snapshots.jboss.org</id> <name>JBoss Snapshot Repository</name> <layout>default</layout> <url>http://snapshots.jboss.org/maven2/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> </project>