is not current version
Last Version 5.5.23

tomcat:jasper-runtime 4.1.31


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

jasper-runtime
Version

Version

4.1.31
Type

Type

jar

Download jasper-runtime 4.1.31


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