Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdel-impl |
Version | VersionRELEASE120 |
Type | Typejar |
Filename | Size |
---|---|
el-impl-RELEASE120.pom | |
el-impl-RELEASE120.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/el-impl/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>el-impl</artifactId>
<version>RELEASE120</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/el-impl/
implementation 'org.netbeans.external:el-impl:RELEASE120'
// https://jarcasting.com/artifacts/org.netbeans.external/el-impl/
implementation ("org.netbeans.external:el-impl:RELEASE120")
'org.netbeans.external:el-impl:jar:RELEASE120'
<dependency org="org.netbeans.external" name="el-impl" rev="RELEASE120">
<artifact name="el-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='el-impl', version='RELEASE120')
)
libraryDependencies += "org.netbeans.external" % "el-impl" % "RELEASE120"
[org.netbeans.external/el-impl "RELEASE120"]