is not current version
Last Version 5.5.23

tomcat:jasper-runtime 5.5.15


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

jasper-runtime
Version

Version

5.5.15
Type

Type

jar

Download jasper-runtime 5.5.15


<!-- https://jarcasting.com/artifacts/tomcat/jasper-runtime/ -->
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>jasper-runtime</artifactId>
    <version>5.5.15</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/jasper-runtime/
implementation 'tomcat:jasper-runtime:5.5.15'
// https://jarcasting.com/artifacts/tomcat/jasper-runtime/
implementation ("tomcat:jasper-runtime:5.5.15")
'tomcat:jasper-runtime:jar:5.5.15'
<dependency org="tomcat" name="jasper-runtime" rev="5.5.15">
  <artifact name="jasper-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='jasper-runtime', version='5.5.15')
)
libraryDependencies += "tomcat" % "jasper-runtime" % "5.5.15"
[tomcat/jasper-runtime "5.5.15"]