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
文件下载
文件名 操作
jasper-jsp-10.0.0-M10.pom 下载
Apache Maven
<dependency>
  <groupId>org.mortbay.jasper</groupId>
  <artifactId>jasper-jsp</artifactId>
  <version>10.0.0-M10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mortbay.jasper:jasper-jsp:10.0.0-M10'
Gradle Kotlin
implementation("org.mortbay.jasper:jasper-jsp:10.0.0-M10")
Scala SBT
libraryDependencies += "org.mortbay.jasper" % "jasper-jsp" % "10.0.0-M10"
Groovy Grape
@Grapes(
  @Grab(group='org.mortbay.jasper', module='jasper-jsp', version='10.0.0-M10')
)
Apache Ivy
<dependency org="org.mortbay.jasper" name="jasper-jsp" rev="10.0.0-M10" />
Leiningen
[org.mortbay.jasper/jasper-jsp "10.0.0-M10"]
Apache Buildr
'org.mortbay.jasper:jasper-jsp:jar:10.0.0-M10'
本项目依赖
该项目无第三方依赖