j

jasper-runtime

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