is not current version
Last Version 5.5.23

tomcat:jasper-compiler 5.5.7-alpha


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

jasper-compiler
Version

Version

5.5.7-alpha
Type

Type

jar

Download jasper-compiler 5.5.7-alpha


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