| Группа | Группаcom.sun.enterprise |
|---|---|
| Идентификатор | Идентификаторexternal |
| Версия | Версия0.3.41 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| external-0.3.41.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/external/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>external</artifactId>
<version>0.3.41</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/external/
implementation 'com.sun.enterprise:external:0.3.41'
// https://jarcasting.com/artifacts/com.sun.enterprise/external/
implementation ("com.sun.enterprise:external:0.3.41")
'com.sun.enterprise:external:pom:0.3.41'
<dependency org="com.sun.enterprise" name="external" rev="0.3.41">
<artifact name="external" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='external', version='0.3.41')
)
libraryDependencies += "com.sun.enterprise" % "external" % "0.3.41"
[com.sun.enterprise/external "0.3.41"]