is not current version
Last Version 2.2

org.shredzone.commons:commons-taglib 2.1

Shredzone Commons: Spring Taglib Support

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-taglib
Version

Version

2.1
Type

Type

jar

Download commons-taglib 2.1


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