License |
License |
---|---|
GroupId | GroupIdorg.codehaus.btm |
ArtifactId | ArtifactIdbtm-parent |
Last Version | Last Version2.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBitronix Transaction Manager
The Codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages, focussed on quality components that meet real world needs.
|
Project Organization |
Project OrganizationBitronix Software |
Filename | Size |
---|---|
btm-parent-2.1.4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.btm/btm-parent/ -->
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm-parent</artifactId>
<version>2.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.btm/btm-parent/
implementation 'org.codehaus.btm:btm-parent:2.1.4'
// https://jarcasting.com/artifacts/org.codehaus.btm/btm-parent/
implementation ("org.codehaus.btm:btm-parent:2.1.4")
'org.codehaus.btm:btm-parent:pom:2.1.4'
<dependency org="org.codehaus.btm" name="btm-parent" rev="2.1.4">
<artifact name="btm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.btm', module='btm-parent', version='2.1.4')
)
libraryDependencies += "org.codehaus.btm" % "btm-parent" % "2.1.4"
[org.codehaus.btm/btm-parent "2.1.4"]