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-10.1.16.pom download
Apache Maven
<dependency>
  <groupId>org.mortbay.jasper</groupId>
  <artifactId>jasper-jsp</artifactId>
  <version>10.1.16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mortbay.jasper:jasper-jsp:10.1.16'
Gradle Kotlin
implementation("org.mortbay.jasper:jasper-jsp:10.1.16")
Scala SBT
libraryDependencies += "org.mortbay.jasper" % "jasper-jsp" % "10.1.16"
Groovy Grape
@Grapes(
  @Grab(group='org.mortbay.jasper', module='jasper-jsp', version='10.1.16')
)
Apache Ivy
<dependency org="org.mortbay.jasper" name="jasper-jsp" rev="10.1.16" />
Leiningen
[org.mortbay.jasper/jasper-jsp "10.1.16"]
Apache Buildr
'org.mortbay.jasper:jasper-jsp:jar:10.1.16'
Dependencies
The project has no third-party dependencies