| Группа | Группаcom.sun.enterprise |
|---|---|
| Идентификатор | Идентификаторexternal |
| Последняя версия | Последняя версия1.6.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOSGi repackaging of HK2 dependencies
Generic Modules subsystem
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| external-1.6.9.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/external/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>external</artifactId>
<version>1.6.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/external/
implementation 'com.sun.enterprise:external:1.6.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/external/
implementation ("com.sun.enterprise:external:1.6.9")
'com.sun.enterprise:external:pom:1.6.9'
<dependency org="com.sun.enterprise" name="external" rev="1.6.9">
<artifact name="external" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='external', version='1.6.9')
)
libraryDependencies += "com.sun.enterprise" % "external" % "1.6.9"
[com.sun.enterprise/external "1.6.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.3.1 |