Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdejb-api |
Version | Version1.2.0.3-jre17-rc1 |
Type | Typejar |
Filename | Size |
---|---|
ejb-api-1.2.0.3-jre17-rc1.pom | |
ejb-api-1.2.0.3-jre17-rc1.jar | 63 KB |
ejb-api-1.2.0.3-jre17-rc1-sources.jar | 116 KB |
ejb-api-1.2.0.3-jre17-rc1-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/ejb-api/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>ejb-api</artifactId>
<version>1.2.0.3-jre17-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/ejb-api/
implementation 'com.guicedee.services:ejb-api:1.2.0.3-jre17-rc1'
// https://jarcasting.com/artifacts/com.guicedee.services/ejb-api/
implementation ("com.guicedee.services:ejb-api:1.2.0.3-jre17-rc1")
'com.guicedee.services:ejb-api:jar:1.2.0.3-jre17-rc1'
<dependency org="com.guicedee.services" name="ejb-api" rev="1.2.0.3-jre17-rc1">
<artifact name="ejb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='ejb-api', version='1.2.0.3-jre17-rc1')
)
libraryDependencies += "com.guicedee.services" % "ejb-api" % "1.2.0.3-jre17-rc1"
[com.guicedee.services/ejb-api "1.2.0.3-jre17-rc1"]