MVN

com.github.marcus-nl.btm : btm-parent

Maven & Gradle

Dec 24, 2016
0 stars

Bitronix Transaction Manager · The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.1 API.

<dependency>
    <groupId>com.github.marcus-nl.btm</groupId>
    <artifactId>btm-parent</artifactId>
    <version>3.0.0-mk1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marcus-nl.btm : btm-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0-mk1

All Versions

Choose a version of com.github.marcus-nl.btm : btm-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
btm-parent-3.0.0-mk1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.marcus-nl.btm</groupId>
    <artifactId>btm-parent</artifactId>
    <version>3.0.0-mk1</version>
</dependency>

Advertisement