Maven Repository - POM file for JEE Library jta 1.0.1B 1.0.1B

Summary

Java Transaction API.

The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation..

Declaration

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

<dependency>
   <groupId>javax.transaction</groupId>
   <artifactId>jta</artifactId>
   <version>1.0.1B</version>
</dependency>

If you think this Maven repository POM file listing for jta 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 jta-1.0.1B. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatehibernate 3.2.2.ga
Relational Persistence for Java
12
JPA Hibernatehibernate 3.1.3
Relational Persistence for Java
11
JPA Hibernatehibernate 3.2.0.ga
Relational Persistence for Java
21
JPA Hibernatehibernate 3.2.7.ga
Relational Persistence for Java
12
JPA Hibernatehibernate 3.2.4.ga
Relational Persistence for Java
7
JPA Hibernatehibernate 3.2.3.ga
Relational Persistence for Java
6
ORMjpox 1.1.6
JPOX is a free and fully compliant implementation of the JDO 1, JDO 2 specifications, providing transparent persistence of Java objects.
16
JPA Hibernatehibernate 3.2.5.ga
Relational Persistence for Java
36
JPA Hibernatehibernate 3.2.1.ga
Relational Persistence for Java
13
Libraryjpox 1.1.7
Java Persistent Objects (JPOX) is an OpenSource library for the persistence of Java objects.
20
Data Structureci-bayes 2.0.0.RELEASE
Module for classifying data based on various Bayesian algorithms
48
JPA Hibernatehibernate 3.2.6.ga
Relational Persistence for Java
35




Packages

The following packages are defined in the jta-1.0.1B.jar

javax.transaction
javax.transaction.xa

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.transaction</groupId>
  <artifactId>jta</artifactId>
  <version>1.0.1B</version>
  <name>Java Transaction API</name>
  <description>
    The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
  </description>
  <url>http://java.sun.com/products/jta</url>
  <distributionManagement>
    <downloadUrl>http://java.sun.com/products/jta</downloadUrl>
  </distributionManagement>
</project>