License |
License |
---|---|
GroupId | GroupIdcom.github.marcus-nl.btm |
ArtifactId | ArtifactIdbtm-spring |
Last Version | Last Version3.0.0-mk1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBitronix Transaction Manager :: Spring Integration
The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.1 API.
|
Project Organization |
Project OrganizationBitronix Software |
Filename | Size |
---|---|
btm-spring-3.0.0-mk1.pom | |
btm-spring-3.0.0-mk1.jar | 4 KB |
btm-spring-3.0.0-mk1-sources.jar | 2 KB |
btm-spring-3.0.0-mk1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-spring/ -->
<dependency>
<groupId>com.github.marcus-nl.btm</groupId>
<artifactId>btm-spring</artifactId>
<version>3.0.0-mk1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-spring/
implementation 'com.github.marcus-nl.btm:btm-spring:3.0.0-mk1'
// https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-spring/
implementation ("com.github.marcus-nl.btm:btm-spring:3.0.0-mk1")
'com.github.marcus-nl.btm:btm-spring:jar:3.0.0-mk1'
<dependency org="com.github.marcus-nl.btm" name="btm-spring" rev="3.0.0-mk1">
<artifact name="btm-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcus-nl.btm', module='btm-spring', version='3.0.0-mk1')
)
libraryDependencies += "com.github.marcus-nl.btm" % "btm-spring" % "3.0.0-mk1"
[com.github.marcus-nl.btm/btm-spring "3.0.0-mk1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.marcus-nl.btm : btm | jar | 3.0.0-mk1 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : jta | jar | 1.1 |
org.slf4j : slf4j-api | jar | 1.6.4 |
org.springframework : spring-beans | jar | 3.2.4.RELEASE |
org.springframework : spring-tx | jar | 3.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.github.marcus-nl.btm : btm | test-jar | 3.0.0-mk1 |
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.8.5 |
javax.inject : javax.inject | jar | 1 |
org.springframework : spring-context | jar | 3.2.4.RELEASE |
org.springframework : spring-test | jar | 3.2.4.RELEASE |
org.slf4j : jcl-over-slf4j | jar | 1.6.4 |
ch.qos.logback : logback-classic | jar | 1.0.0 |