| Categories | 
                CategoriesJetty Container Application Servers Jakarta Standard Tag Library Jakarta EE The Web Tier CLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
    
| ArtifactId | ArtifactIdapache-jstl | 
    
| Version | Version9.4.46.v20220331 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| apache-jstl-9.4.46.v20220331.pom | |
| apache-jstl-9.4.46.v20220331.jar | 12 KB | 
| apache-jstl-9.4.46.v20220331-sources.jar | 11 KB | 
| apache-jstl-9.4.46.v20220331-config.jar | 653 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jstl/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>apache-jstl</artifactId>
    <version>9.4.46.v20220331</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jstl/
implementation 'org.eclipse.jetty:apache-jstl:9.4.46.v20220331'
                // https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jstl/
implementation ("org.eclipse.jetty:apache-jstl:9.4.46.v20220331")
                'org.eclipse.jetty:apache-jstl:jar:9.4.46.v20220331'
                <dependency org="org.eclipse.jetty" name="apache-jstl" rev="9.4.46.v20220331">
  <artifact name="apache-jstl" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.jetty', module='apache-jstl', version='9.4.46.v20220331')
)
                libraryDependencies += "org.eclipse.jetty" % "apache-jstl" % "9.4.46.v20220331"
                [org.eclipse.jetty/apache-jstl "9.4.46.v20220331"]