is not current version
Last Version 2.7.0.Final

io.thorntail:ejb-mdb 2.5.0.Final

Message Driven Beans

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

ejb-mdb
Version

Version

2.5.0.Final
Type

Type

jar

Download ejb-mdb 2.5.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/ejb-mdb/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>ejb-mdb</artifactId>
    <version>2.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/ejb-mdb/
implementation 'io.thorntail:ejb-mdb:2.5.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/ejb-mdb/
implementation ("io.thorntail:ejb-mdb:2.5.0.Final")
'io.thorntail:ejb-mdb:jar:2.5.0.Final'
<dependency org="io.thorntail" name="ejb-mdb" rev="2.5.0.Final">
  <artifact name="ejb-mdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='ejb-mdb', version='2.5.0.Final')
)
libraryDependencies += "io.thorntail" % "ejb-mdb" % "2.5.0.Final"
[io.thorntail/ejb-mdb "2.5.0.Final"]