Lift JTA

Monadic Java Transaction API (JTA) implementation for Lift

License

License

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-jta
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lift JTA
Monadic Java Transaction API (JTA) implementation for Lift
Project Organization

Project Organization

WorldWide Conferencing, LLC

Download lift-jta

How to add to project

<!-- https://jarcasting.com/artifacts/net.liftweb/lift-jta/ -->
<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-jta</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-jta/
implementation 'net.liftweb:lift-jta:2.0'
// https://jarcasting.com/artifacts/net.liftweb/lift-jta/
implementation ("net.liftweb:lift-jta:2.0")
'net.liftweb:lift-jta:jar:2.0'
<dependency org="net.liftweb" name="lift-jta" rev="2.0">
  <artifact name="lift-jta" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-jta', version='2.0')
)
libraryDependencies += "net.liftweb" % "lift-jta" % "2.0"
[net.liftweb/lift-jta "2.0"]

Dependencies

compile (9)

Group / Artifact Type Version
net.liftweb : lift-util jar 2.0
org.scala-libs : scalajpa jar 1.1
com.atomikos : transactions jar 3.2.3
com.atomikos : transactions-jta jar 3.2.3
com.atomikos : transactions-api jar 3.2.3
com.atomikos : atomikos-util jar 3.2.3
org.apache.geronimo.specs : geronimo-jta_1.1_spec jar 1.1.1
org.hibernate : hibernate-entitymanager jar 3.4.0.GA
org.scala-lang : scala-library jar 2.7.7

provided (1)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0

test (3)

Group / Artifact Type Version
org.scala-tools.testing : specs jar 1.6.1
org.scala-tools.testing : scalacheck jar 1.6
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
2.0-RC2
2.0-RC1
2.0-M5
2.0-M4
2.0-M3
2.0-M2
2.0-M1
1.1-M8
1.1-M7
1.1-M6
1.1-M5
1.1-M4