| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторejb-api |
| Версия | Версия1.1.1.4-jre16 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ejb-api-1.1.1.4-jre16.pom | |
| ejb-api-1.1.1.4-jre16.jar | 63 KB |
| ejb-api-1.1.1.4-jre16-sources.jar | 116 KB |
| ejb-api-1.1.1.4-jre16-javadoc.jar | 103 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/ejb-api/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>ejb-api</artifactId>
<version>1.1.1.4-jre16</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/ejb-api/
implementation 'com.guicedee.services:ejb-api:1.1.1.4-jre16'
// https://jarcasting.com/artifacts/com.guicedee.services/ejb-api/
implementation ("com.guicedee.services:ejb-api:1.1.1.4-jre16")
'com.guicedee.services:ejb-api:jar:1.1.1.4-jre16'
<dependency org="com.guicedee.services" name="ejb-api" rev="1.1.1.4-jre16">
<artifact name="ejb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='ejb-api', version='1.1.1.4-jre16')
)
libraryDependencies += "com.guicedee.services" % "ejb-api" % "1.1.1.4-jre16"
[com.guicedee.services/ejb-api "1.1.1.4-jre16"]