Jetty Orbit :: Transaction API.
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well..
Here is the list of declaration for javax.transaction. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.eclipse.jetty.orbit</groupId> <artifactId>javax.transaction</artifactId> <version>1.1.1.v201105210645</version> </dependency>
If you think this Maven repository POM file listing for javax.transaction is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the javax.transaction-1.1.1.v201105210645.jar
javax.transaction javax.transaction.xa
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.eclipse.jetty.orbit</groupId> <artifactId>jetty-orbit</artifactId> <version>1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.jetty.orbit</groupId> <artifactId>javax.transaction</artifactId> <version>1.1.1.v201105210645</version> <name>Jetty Orbit :: Transaction API</name> <description> This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well. </description> <packaging>orbit</packaging> </project>