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