MVN

org.apache.tomcat : el-api

Maven & Gradle

Apr 02, 2017
40 usages

Expression language package

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>el-api</artifactId>
    <version>6.0.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomcat : el-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.53

All Versions

Choose a version of org.apache.tomcat : el-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
el-api-6.0.53
el-api-6.0.51
el-api-6.0.48
el-api-6.0.47
el-api-6.0.45
el-api-6.0.44
el-api-6.0.43
CVE-2014-7810
el-api-6.0.41
CVE-2014-7810
el-api-6.0.39
CVE-2014-7810
el-api-6.0.37
CVE-2014-7810
el-api-6.0.36
CVE-2014-7810
el-api-6.0.35
CVE-2014-7810
el-api-6.0.33
CVE-2014-7810
el-api-6.0.32
CVE-2014-7810
el-api-6.0.30
CVE-2014-7810
el-api-6.0.29
CVE-2014-7810
el-api-6.0.28
CVE-2014-7810
el-api-6.0.26
CVE-2014-7810
el-api-6.0.24
CVE-2014-7810
el-api-6.0.20
CVE-2014-7810
el-api-6.0.18
CVE-2014-7810
el-api-6.0.16
CVE-2014-7810
el-api-6.0.14
CVE-2014-7810
el-api-6.0.13
CVE-2014-7810

How to add a dependency to Maven

Add the following org.apache.tomcat : el-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>el-api</artifactId>
    <version>6.0.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tomcat : el-api gradle dependency to your build.gradle file:

implementation 'org.apache.tomcat:el-api:6.0.53'

Gradle Kotlin DSL: Add the following org.apache.tomcat : el-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tomcat:el-api:6.0.53")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tomcat : el-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tomcat" % "el-api" % "6.0.53"

Advertisement