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