is not current version
Last Version 1.6.9

com.sun.enterprise:external 1.0.52


GroupId

GroupId

com.sun.enterprise
ArtifactId

ArtifactId

external
Version

Version

1.0.52
Type

Type

pom

Download external 1.0.52

Filename Size
external-1.0.52.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun.enterprise/external/ -->
<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>external</artifactId>
    <version>1.0.52</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/external/
implementation 'com.sun.enterprise:external:1.0.52'
// https://jarcasting.com/artifacts/com.sun.enterprise/external/
implementation ("com.sun.enterprise:external:1.0.52")
'com.sun.enterprise:external:pom:1.0.52'
<dependency org="com.sun.enterprise" name="external" rev="1.0.52">
  <artifact name="external" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='external', version='1.0.52')
)
libraryDependencies += "com.sun.enterprise" % "external" % "1.0.52"
[com.sun.enterprise/external "1.0.52"]