p

pax-web-jsp

Pax Web JSP/EL/JSTL Support via Tomcat Jasper 2.
Files download
File Operation
pax-web-jsp-9.0.7.jar download
pax-web-jsp-9.0.7.pom download
pax-web-jsp-9.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web</groupId>
  <artifactId>pax-web-jsp</artifactId>
  <version>9.0.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web:pax-web-jsp:9.0.7'
Gradle Kotlin
implementation("org.ops4j.pax.web:pax-web-jsp:9.0.7")
Scala SBT
libraryDependencies += "org.ops4j.pax.web" % "pax-web-jsp" % "9.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web', module='pax-web-jsp', version='9.0.7')
)
Apache Ivy
<dependency org="org.ops4j.pax.web" name="pax-web-jsp" rev="9.0.7" />
Leiningen
[org.ops4j.pax.web/pax-web-jsp "9.0.7"]
Apache Buildr
'org.ops4j.pax.web:pax-web-jsp:jar:9.0.7'