GroupId | GroupIdtaglibs |
---|---|
ArtifactId | ArtifactIdstandard-examples |
Version | Version1.0.6 |
Type | Typewar |
Filename | Size |
---|---|
standard-examples-1.0.6.pom | |
standard-examples-1.0.6.war | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/taglibs/standard-examples/ -->
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard-examples</artifactId>
<version>1.0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/taglibs/standard-examples/
implementation 'taglibs:standard-examples:1.0.6'
// https://jarcasting.com/artifacts/taglibs/standard-examples/
implementation ("taglibs:standard-examples:1.0.6")
'taglibs:standard-examples:war:1.0.6'
<dependency org="taglibs" name="standard-examples" rev="1.0.6">
<artifact name="standard-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='taglibs', module='standard-examples', version='1.0.6')
)
libraryDependencies += "taglibs" % "standard-examples" % "1.0.6"
[taglibs/standard-examples "1.0.6"]