Maven Repository - POM file for JBoss jboss-transaction-api_1.1_spec 1.0.0.Final 1.0.0.Final

Summary

Transaction 1.1 API.

The Java Transaction 1.1 API classes.

Declaration

Here is the list of declaration for jboss-transaction-api_1.1_spec. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jboss.spec.javax.transaction</groupId>
   <artifactId>jboss-transaction-api_1.1_spec</artifactId>
   <version>1.0.0.Final</version>
</dependency>

If you think this Maven repository POM file listing for jboss-transaction-api_1.1_spec 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-transaction-api_1.1_spec-1.0.0.Final. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JBossjboss-connector-api_1.5_spec 1.0.0.Final
Java EE Connector Architecture 1.5 API classes
5
JEEironjacamar-spec-api 1.0.5.Final
IronJacamar is an implementation of the Java EE Connector Architecture 1.6 specification
5
JPA Hibernatehibernate-entitymanager 4.1.9.Final
A module of the Hibernate Core project
8
JPA Hibernatehibernate-entitymanager 4.0.0.Final
A module of the Hibernate Core project
43
EJBjboss-ejb-api_3.1_spec 1.0.1.Final
The Java EJB 3.1 API classes
13
JPA Hibernatehibernate-core 4.1.9.Final
A module of the Hibernate Core project
56
JPA Hibernatehibernate-core 4.0.1.Final
A module of the Hibernate Core project
5
JPA Hibernatehibernate-entitymanager 4.1.8.Final
A module of the Hibernate Core project
24
JPA Hibernatehibernate-core 4.1.12.Final
A module of the Hibernate Core project
42
JPA Hibernatehibernate-entitymanager 4.1.7.Final
A module of the Hibernate Core project
9
JEEironjacamar-spec-api 1.0.6.Final
IronJacamar is an implementation of the Java EE Connector Architecture 1.6 specification
5
JPA Hibernatehibernate-entitymanager 4.1.4.Final
A module of the Hibernate Core project
6
JPA Hibernatehibernate-core 4.0.0.Final
A module of the Hibernate Core project
5
JPA Hibernatehibernate-core 4.1.7.Final
A module of the Hibernate Core project
26
JPA Hibernatehibernate-core 4.2.0.Final
A module of the Hibernate Core project
7
JPA Hibernatehibernate-core 4.1.4.Final
A module of the Hibernate Core project
7
JPA Hibernatehibernate-entitymanager 4.1.1.Final
A module of the Hibernate Core project
16
JPA Hibernatehibernate-core 4.1.0.Final
A module of the Hibernate Core project
7
JEEironjacamar-spec-api 1.0.9.Final
IronJacamar is an implementation of the Java EE Connector Architecture 1.6 specification
6




Packages

The following packages are defined in the jboss-transaction-api_1.1_spec-1.0.0.Final.jar

javax.transaction
javax.transaction.xa

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.spec</groupId>
    <artifactId>jboss-specs-parent</artifactId>
    <version>1.0.0.Beta2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.spec.javax.transaction</groupId>
  <artifactId>jboss-transaction-api_1.1_spec</artifactId>
  <version>1.0.0.Final</version>
  <packaging>jar</packaging>
  <name>Transaction 1.1 API</name>
  <description>The Java Transaction 1.1 API classes</description>
  
  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/specs/tags/jboss-transaction-api_1.1_spec-1.0.0.Final</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/specs/tags/jboss-transaction-api_1.1_spec-1.0.0.Final</developerConnection>
    <url>http://fisheye.jboss.org/browse/JBossAS/projects/specs/tags/jboss-transaction-api_1.1_spec-1.0.0.Final</url>
  </scm>
  
</project>