is not current version
Last Version RELEASE140

org.netbeans.external:el-impl RELEASE121

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.external
ArtifactId

ArtifactId

el-impl
Version

Version

RELEASE121
Type

Type

jar

Download el-impl RELEASE121


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