| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJOnAS Контейнер Application Servers |
| Группа | Группаorg.objectweb.jonas |
| Идентификатор | Идентификаторjonas-ee-components |
| Последняя версия | Последняя версия5.0-M1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJOnAS :: EE Components
JOnAS : Java Open Application Server
|
| Организация-разработчик |
Организация-разработчикOW2 Consortium |
| Имя Файла | Размер |
|---|---|
| jonas-ee-components-5.0-M1.pom | 689 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.jonas/jonas-ee-components/ -->
<dependency>
<groupId>org.objectweb.jonas</groupId>
<artifactId>jonas-ee-components</artifactId>
<version>5.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.jonas/jonas-ee-components/
implementation 'org.objectweb.jonas:jonas-ee-components:5.0-M1'
// https://jarcasting.com/artifacts/org.objectweb.jonas/jonas-ee-components/
implementation ("org.objectweb.jonas:jonas-ee-components:5.0-M1")
'org.objectweb.jonas:jonas-ee-components:pom:5.0-M1'
<dependency org="org.objectweb.jonas" name="jonas-ee-components" rev="5.0-M1">
<artifact name="jonas-ee-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.jonas', module='jonas-ee-components', version='5.0-M1')
)
libraryDependencies += "org.objectweb.jonas" % "jonas-ee-components" % "5.0-M1"
[org.objectweb.jonas/jonas-ee-components "5.0-M1"]