e

ejb

Use EJBs in your application
Files download
File Operation
ejb-2.6.0.Final.jar download
ejb-2.6.0.Final.pom download
ejb-2.6.0.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>io.thorntail</groupId>
  <artifactId>ejb</artifactId>
  <version>2.6.0.Final</version>
</dependency>
Gradle Groovy
implementation 'io.thorntail:ejb:2.6.0.Final'
Gradle Kotlin
implementation("io.thorntail:ejb:2.6.0.Final")
Scala SBT
libraryDependencies += "io.thorntail" % "ejb" % "2.6.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.thorntail', module='ejb', version='2.6.0.Final')
)
Apache Ivy
<dependency org="io.thorntail" name="ejb" rev="2.6.0.Final" />
Leiningen
[io.thorntail/ejb "2.6.0.Final"]
Apache Buildr
'io.thorntail:ejb:jar:2.6.0.Final'