is not current version
Last Version 1.0.13

org.ow2.spec.ee:ow2-jta-1.1-spec 1.0-M1

JTA API of Java EE 5.0

GroupId

GroupId

org.ow2.spec.ee
ArtifactId

ArtifactId

ow2-jta-1.1-spec
Version

Version

1.0-M1
Type

Type

jar

Download ow2-jta-1.1-spec 1.0-M1


<!-- https://jarcasting.com/artifacts/org.ow2.spec.ee/ow2-jta-1.1-spec/ -->
<dependency>
    <groupId>org.ow2.spec.ee</groupId>
    <artifactId>ow2-jta-1.1-spec</artifactId>
    <version>1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.spec.ee/ow2-jta-1.1-spec/
implementation 'org.ow2.spec.ee:ow2-jta-1.1-spec:1.0-M1'
// https://jarcasting.com/artifacts/org.ow2.spec.ee/ow2-jta-1.1-spec/
implementation ("org.ow2.spec.ee:ow2-jta-1.1-spec:1.0-M1")
'org.ow2.spec.ee:ow2-jta-1.1-spec:jar:1.0-M1'
<dependency org="org.ow2.spec.ee" name="ow2-jta-1.1-spec" rev="1.0-M1">
  <artifact name="ow2-jta-1.1-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.spec.ee', module='ow2-jta-1.1-spec', version='1.0-M1')
)
libraryDependencies += "org.ow2.spec.ee" % "ow2-jta-1.1-spec" % "1.0-M1"
[org.ow2.spec.ee/ow2-jta-1.1-spec "1.0-M1"]