License |
License |
---|---|
GroupId | GroupIdcom.github.marcus-nl.btm |
ArtifactId | ArtifactIdbtm-parent |
Last Version | Last Version3.0.0-mk1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBitronix Transaction Manager
The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.1 API.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBitronix Software |
Filename | Size |
---|---|
btm-parent-3.0.0-mk1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-parent/ -->
<dependency>
<groupId>com.github.marcus-nl.btm</groupId>
<artifactId>btm-parent</artifactId>
<version>3.0.0-mk1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-parent/
implementation 'com.github.marcus-nl.btm:btm-parent:3.0.0-mk1'
// https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-parent/
implementation ("com.github.marcus-nl.btm:btm-parent:3.0.0-mk1")
'com.github.marcus-nl.btm:btm-parent:pom:3.0.0-mk1'
<dependency org="com.github.marcus-nl.btm" name="btm-parent" rev="3.0.0-mk1">
<artifact name="btm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcus-nl.btm', module='btm-parent', version='3.0.0-mk1')
)
libraryDependencies += "com.github.marcus-nl.btm" % "btm-parent" % "3.0.0-mk1"
[com.github.marcus-nl.btm/btm-parent "3.0.0-mk1"]