| License |
License |
|---|---|
| Categories |
CategoriesAtomikos Application Layer Libs Distributed Transactions Hibernate Data ORM |
| GroupId | GroupIdcom.atomikos |
| ArtifactId | ArtifactIdtransactions-hibernate2 |
| Last Version | Last Version5.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTransactions Hibernate2
Reliability through Atomicity: manage your distributed transactions and protect your mission critical data
|
<!-- https://jarcasting.com/artifacts/com.atomikos/transactions-hibernate2/ -->
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-hibernate2</artifactId>
<version>5.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomikos/transactions-hibernate2/
implementation 'com.atomikos:transactions-hibernate2:5.0.9'
// https://jarcasting.com/artifacts/com.atomikos/transactions-hibernate2/
implementation ("com.atomikos:transactions-hibernate2:5.0.9")
'com.atomikos:transactions-hibernate2:jar:5.0.9'
<dependency org="com.atomikos" name="transactions-hibernate2" rev="5.0.9">
<artifact name="transactions-hibernate2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomikos', module='transactions-hibernate2', version='5.0.9')
)
libraryDependencies += "com.atomikos" % "transactions-hibernate2" % "5.0.9"
[com.atomikos/transactions-hibernate2 "5.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.atomikos : transactions-jta | jar | 5.0.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.hibernate : hibernate | jar | 2.1.8 |
| org.apache.geronimo.specs : geronimo-jta_1.0.1B_spec | jar | 1.0 |
| javax.interceptor : javax.interceptor-api | jar | 1.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.9.0 |
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 3.17.2 |