is not current version
Last Version 5.5.23

tomcat:jasper-runtime 4.0.6


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

jasper-runtime
Version

Version

4.0.6
Type

Type

jar

Download jasper-runtime 4.0.6


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