Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdjetty |
ArtifactId | ArtifactIdjasper-runtime |
Last Version | Last Version4.2.20RC0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jasper-runtime-4.2.20RC0.pom | |
jasper-runtime-4.2.20RC0.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jetty/jasper-runtime/ -->
<dependency>
<groupId>jetty</groupId>
<artifactId>jasper-runtime</artifactId>
<version>4.2.20RC0</version>
</dependency>
// https://jarcasting.com/artifacts/jetty/jasper-runtime/
implementation 'jetty:jasper-runtime:4.2.20RC0'
// https://jarcasting.com/artifacts/jetty/jasper-runtime/
implementation ("jetty:jasper-runtime:4.2.20RC0")
'jetty:jasper-runtime:jar:4.2.20RC0'
<dependency org="jetty" name="jasper-runtime" rev="4.2.20RC0">
<artifact name="jasper-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='jetty', module='jasper-runtime', version='4.2.20RC0')
)
libraryDependencies += "jetty" % "jasper-runtime" % "4.2.20RC0"
[jetty/jasper-runtime "4.2.20RC0"]