is not current version
Last Version 3.0.0-M1

org.ow2.easybeans:easybeans-transaction 1.0.0-JONAS

Transaction interceptors.

GroupId

GroupId

org.ow2.easybeans
ArtifactId

ArtifactId

easybeans-transaction
Version

Version

1.0.0-JONAS
Type

Type

jar

Download easybeans-transaction 1.0.0-JONAS


<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-transaction/ -->
<dependency>
    <groupId>org.ow2.easybeans</groupId>
    <artifactId>easybeans-transaction</artifactId>
    <version>1.0.0-JONAS</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-transaction/
implementation 'org.ow2.easybeans:easybeans-transaction:1.0.0-JONAS'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-transaction/
implementation ("org.ow2.easybeans:easybeans-transaction:1.0.0-JONAS")
'org.ow2.easybeans:easybeans-transaction:jar:1.0.0-JONAS'
<dependency org="org.ow2.easybeans" name="easybeans-transaction" rev="1.0.0-JONAS">
  <artifact name="easybeans-transaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-transaction', version='1.0.0-JONAS')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-transaction" % "1.0.0-JONAS"
[org.ow2.easybeans/easybeans-transaction "1.0.0-JONAS"]