Download el-api-1.0.jar file - Jar e

Jar examples for e:el-api

Description

Expression language package

You can download jar file el-api 1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add el-api-1.0.jar to your project.

<dependency>
   <groupId>javax.el</groupId>
   <artifactId>el-api</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'javax.el', name: 'el-api', version: '1.0'
libraryDependencies += "javax.el" % "el-api" % "1.0"
<dependency org="javax.el" name="el-api" rev="1.0"/>
@Grapes(@Grab(group='javax.el', module='el-api', version='1.0'))
'javax.el:el-api:jar:1.0'

Download

Click the following link to download the jar file.

el-api-1.0-sources.jar
el-api-1.0.jar
el-api-1.0.pom



Related Tutorials