License |
License |
---|---|
GroupId | GroupIdorg.ow2.jotm |
ArtifactId | ArtifactIdjotm |
Last Version | Last Version2.3.1-M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJOTM
JOTM: Java Open Transaction Manager
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jotm-2.3.1-M1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jotm/jotm/ -->
<dependency>
<groupId>org.ow2.jotm</groupId>
<artifactId>jotm</artifactId>
<version>2.3.1-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jotm/jotm/
implementation 'org.ow2.jotm:jotm:2.3.1-M1'
// https://jarcasting.com/artifacts/org.ow2.jotm/jotm/
implementation ("org.ow2.jotm:jotm:2.3.1-M1")
'org.ow2.jotm:jotm:pom:2.3.1-M1'
<dependency org="org.ow2.jotm" name="jotm" rev="2.3.1-M1">
<artifact name="jotm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jotm', module='jotm', version='2.3.1-M1')
)
libraryDependencies += "org.ow2.jotm" % "jotm" % "2.3.1-M1"
[org.ow2.jotm/jotm "2.3.1-M1"]