j

jasper-jsp

A rebundling of Apache Tomcat Jasper to remove the tomcat server dependencies, so that the JSP engine can be used by the Eclipse Jetty project.
Apache License Version 2.0
Files download
File Operation
jasper-jsp-8.5.24.2.pom download
Apache Maven
<dependency>
  <groupId>org.mortbay.jasper</groupId>
  <artifactId>jasper-jsp</artifactId>
  <version>8.5.24.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mortbay.jasper:jasper-jsp:8.5.24.2'
Gradle Kotlin
implementation("org.mortbay.jasper:jasper-jsp:8.5.24.2")
Scala SBT
libraryDependencies += "org.mortbay.jasper" % "jasper-jsp" % "8.5.24.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mortbay.jasper', module='jasper-jsp', version='8.5.24.2')
)
Apache Ivy
<dependency org="org.mortbay.jasper" name="jasper-jsp" rev="8.5.24.2" />
Leiningen
[org.mortbay.jasper/jasper-jsp "8.5.24.2"]
Apache Buildr
'org.mortbay.jasper:jasper-jsp:jar:8.5.24.2'