is not current version
Last Version 2.2

org.shredzone.commons:commons-taglib 1.0

Shredzone Commons: Spring Taglib Support

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-taglib
Version

Version

1.0
Type

Type

jar

Download commons-taglib 1.0


<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-taglib/ -->
<dependency>
    <groupId>org.shredzone.commons</groupId>
    <artifactId>commons-taglib</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-taglib/
implementation 'org.shredzone.commons:commons-taglib:1.0'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-taglib/
implementation ("org.shredzone.commons:commons-taglib:1.0")
'org.shredzone.commons:commons-taglib:jar:1.0'
<dependency org="org.shredzone.commons" name="commons-taglib" rev="1.0">
  <artifact name="commons-taglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-taglib', version='1.0')
)
libraryDependencies += "org.shredzone.commons" % "commons-taglib" % "1.0"
[org.shredzone.commons/commons-taglib "1.0"]