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.
https://github.com/jetty-project/jasper-jsp
Apache License Version 2.0
Jan Bartel Olivier Lamy
Files download
File Operation
jasper-jsp-8.5.70.pom download
Apache Maven
<dependency>
  <groupId>org.mortbay.jasper</groupId>
  <artifactId>jasper-jsp</artifactId>
  <version>8.5.70</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mortbay.jasper:jasper-jsp:8.5.70'
Gradle Kotlin
implementation("org.mortbay.jasper:jasper-jsp:8.5.70")
Scala SBT
libraryDependencies += "org.mortbay.jasper" % "jasper-jsp" % "8.5.70"
Groovy Grape
@Grapes(
  @Grab(group='org.mortbay.jasper', module='jasper-jsp', version='8.5.70')
)
Apache Ivy
<dependency org="org.mortbay.jasper" name="jasper-jsp" rev="8.5.70" />
Leiningen
[org.mortbay.jasper/jasper-jsp "8.5.70"]
Apache Buildr
'org.mortbay.jasper:jasper-jsp:jar:8.5.70'
Dependencies
The project has no third-party dependencies