| GroupId | GroupIdcom.sun.enterprise |
|---|---|
| ArtifactId | ArtifactIdexternal |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOSGi repackaging of HK2 dependencies
Generic Modules subsystem
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| external-1.6.9.pom | 2 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |