Download tomcat-el-api-8.5.14.jar file - Jar t

Jar examples for t:tomcat-el-api

Description

Expression language package

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

tomcat-el-api-8.5.14-sources.jar
tomcat-el-api-8.5.14.jar
tomcat-el-api-8.5.14.pom



Related Tutorials