| 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.14.v20181114 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| apache-jstl-9.4.14.v20181114.pom | |
| apache-jstl-9.4.14.v20181114.jar | 12 KB | 
| apache-jstl-9.4.14.v20181114-sources.jar | 12 KB | 
| apache-jstl-9.4.14.v20181114-config.jar | 681 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jstl/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>apache-jstl</artifactId>
    <version>9.4.14.v20181114</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jstl/
implementation 'org.eclipse.jetty:apache-jstl:9.4.14.v20181114'// https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jstl/
implementation ("org.eclipse.jetty:apache-jstl:9.4.14.v20181114")'org.eclipse.jetty:apache-jstl:jar:9.4.14.v20181114'<dependency org="org.eclipse.jetty" name="apache-jstl" rev="9.4.14.v20181114">
  <artifact name="apache-jstl" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='apache-jstl', version='9.4.14.v20181114')
)libraryDependencies += "org.eclipse.jetty" % "apache-jstl" % "9.4.14.v20181114"[org.eclipse.jetty/apache-jstl "9.4.14.v20181114"]