| Categories |
CategoriesJakarta Standard Tag Library Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdjstl |
| ArtifactId | ArtifactIdjstl |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jstl-1.2.pom | |
| jstl-1.2.jar | 404 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jstl/jstl/ -->
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/jstl/jstl/
implementation 'jstl:jstl:1.2'
// https://jarcasting.com/artifacts/jstl/jstl/
implementation ("jstl:jstl:1.2")
'jstl:jstl:jar:1.2'
<dependency org="jstl" name="jstl" rev="1.2">
<artifact name="jstl" type="jar" />
</dependency>
@Grapes(
@Grab(group='jstl', module='jstl', version='1.2')
)
libraryDependencies += "jstl" % "jstl" % "1.2"
[jstl "1.2"]