Shredzone Commons: Taglib

Shredzone Commons: Spring Taglib Support

License

License

GNU Lesser General Public License Version 3
GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-taglib
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Shredzone Commons: Taglib
Shredzone Commons: Spring Taglib Support
Project URL

Project URL

http://commons.shredzone.org
Source Code Management

Source Code Management

https://github.com/shred/commons-taglib/

Download commons-taglib

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-beans jar [3.1.0.RELEASE,)
org.springframework : spring-core jar [3.1.0.RELEASE,)
org.springframework : spring-webmvc jar [3.1.0.RELEASE,)

provided (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
javax.servlet : jsp-api jar 2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

commons-taglib build status maven central

Taglib support for Spring.

This software is part of the Shredzone Commons.

Features

  • Use Spring DI in taglib classes
  • Inject tag parameters right into your class
  • Auto-generate TLD file by using annotations in your taglib classes
  • Requires Java 7 (up to v1.0: Java 6)

Documentation

See the online documentation for examples.

Contribute

License

commons-taglib is open source software. The source code is distributed under the terms of GNU Lesser General Public License Version 3.

Versions

Version
2.2
2.1
2.0
1.0