License |
License |
---|---|
GroupId | GroupIdcom.github.marcus-nl.btm |
ArtifactId | ArtifactIdbtm-docs |
Last Version | Last Version3.0.0-mk1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBitronix Transaction Manager :: Docs
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-docs-3.0.0-mk1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-docs/ -->
<dependency>
<groupId>com.github.marcus-nl.btm</groupId>
<artifactId>btm-docs</artifactId>
<version>3.0.0-mk1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-docs/
implementation 'com.github.marcus-nl.btm:btm-docs:3.0.0-mk1'
// https://jarcasting.com/artifacts/com.github.marcus-nl.btm/btm-docs/
implementation ("com.github.marcus-nl.btm:btm-docs:3.0.0-mk1")
'com.github.marcus-nl.btm:btm-docs:pom:3.0.0-mk1'
<dependency org="com.github.marcus-nl.btm" name="btm-docs" rev="3.0.0-mk1">
<artifact name="btm-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcus-nl.btm', module='btm-docs', version='3.0.0-mk1')
)
libraryDependencies += "com.github.marcus-nl.btm" % "btm-docs" % "3.0.0-mk1"
[com.github.marcus-nl.btm/btm-docs "3.0.0-mk1"]