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

Jar examples for e:el-api

Description

Expression language package

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

el-api-6.0.16.jar
el-api-6.0.16.pom



Related Tutorials