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