Download transactions-eclipselink-3.9.1.jar file

Introduction

You can download transactions-eclipselink-3.9.1.jar in this page.

License

Open Source

Type List

transactions-eclipselink-3.9.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.atomikos/transactions-eclipselink/pom.properties
META-INF/maven/com.atomikos/transactions-eclipselink/pom.xml
com.atomikos.eclipselink.platform.AtomikosPlatform.class
com.atomikos.eclipselink.platform.AtomikosTransactionController.class

Pom

transactions-eclipselink-3.9.1.pom file content.

<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>ate</artifactId>
		<groupId>com.atomikos</groupId>
		<version>3.9.1</version>
	</parent>
	<artifactId>transactions-eclipselink</artifactId>
	<dependencies>
		<dependency>
			<groupId>org.eclipse.persistence</groupId>
			<artifactId>eclipselink</artifactId>
			<version>1.2.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.eclipse.persistence</groupId>
			<artifactId>javax.persistence</artifactId>
			<version>1.2.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>com.atomikos</groupId>
			<artifactId>transactions-jta</artifactId>
			<version>3.9.1</version>
		</dependency>
	</dependencies>
	<repositories>
		<repository>
			<!-- Too bad eclipselink jars are not available on central maven repo -->
			<id>eclipselink</id>
			<url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url>
		</repository>
	</repositories>
</project>

POM Entry

<dependency>
   <groupId>com.atomikos</groupId>
   <artifactId>transactions-eclipselink</artifactId>
   <version>3.9.1</version>
</dependency>

Download

If you think the following transactions-eclipselink-3.9.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download transactions-eclipselink-3.9.1.jar file




PreviousNext

Related