| GroupId | GroupIdtaglibs | 
|---|---|
| ArtifactId | ArtifactIdstandard | 
| Last Version | Last Version1.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| standard-1.1.2.pom | |
| standard-1.1.2.jar | 384 KB | 
| standard-1.1.2-sources.jar | 409 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/taglibs/standard/ -->
<dependency>
    <groupId>taglibs</groupId>
    <artifactId>standard</artifactId>
    <version>1.1.2</version>
</dependency>// https://jarcasting.com/artifacts/taglibs/standard/
implementation 'taglibs:standard:1.1.2'// https://jarcasting.com/artifacts/taglibs/standard/
implementation ("taglibs:standard:1.1.2")'taglibs:standard:jar:1.1.2'<dependency org="taglibs" name="standard" rev="1.1.2">
  <artifact name="standard" type="jar" />
</dependency>@Grapes(
@Grab(group='taglibs', module='standard', version='1.1.2')
)libraryDependencies += "taglibs" % "standard" % "1.1.2"[taglibs/standard "1.1.2"]