Download tomcat-el-api-8.5.6.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.6 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials