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