commons-taglib

This library enables Spring DI in taglibs.

This software is part of the Shredzone Commons.

The source code can be found at GitHub and is distributed under the terms of GNU Lesser General Public License Version 3.

Installation

commons-taglib is available at Maven Central. Just add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.commons</groupId>
  <artifactId>commons-taglib</artifactId>
  <version>2.2</version>
</dependency>

Java Module

Add this line to your module descriptor:

requires org.shredzone.commons.taglib;