Download el-api-2.1.2-b04.jar file - Jar e

Jar examples for e:el-api

Description

Expression language package

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

el-api-2.1.2-b04.jar
el-api-2.1.2-b04.pom



Related Tutorials