j

jakarta.ejb-api

Jakarta Enterprise Beans
https://github.com/eclipse-ee4j/ejb-api
EPL 2.0 GPL2 w/ CPE
Yamini K B
Files download
File Operation
jakarta.ejb-api-1.0.9.7-jre14.jar download
jakarta.ejb-api-1.0.9.7-jre14.pom download
jakarta.ejb-api-1.0.9.7-jre14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>jakarta.ejb-api</artifactId>
  <version>1.0.9.7-jre14</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:jakarta.ejb-api:1.0.9.7-jre14'
Gradle Kotlin
implementation("com.guicedee.services:jakarta.ejb-api:1.0.9.7-jre14")
Scala SBT
libraryDependencies += "com.guicedee.services" % "jakarta.ejb-api" % "1.0.9.7-jre14"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='jakarta.ejb-api', version='1.0.9.7-jre14')
)
Apache Ivy
<dependency org="com.guicedee.services" name="jakarta.ejb-api" rev="1.0.9.7-jre14" />
Leiningen
[com.guicedee.services/jakarta.ejb-api "1.0.9.7-jre14"]
Apache Buildr
'com.guicedee.services:jakarta.ejb-api:jar:1.0.9.7-jre14'