/springframework-addons

A collection of open source addons and extensions for the Spring framework

Primary LanguageJavaApache License 2.0Apache-2.0

Spring Framework Addons

This project is about an open source collection of extensions to the Spring framework.

==========================================================================

Project Information

Current version

0.1

Build

Build Status

You can build the project from source using the following Maven command:

$ mvn clean package

Usage

Declare the project dependency in your Local CAS server pom.xml file as:

<dependency>
    <groupId>net.unicon.springframework</groupId>
    <artifactId>springframework-addons</artifactId>
    <!-- See above for the latest released version number -->
    <version>${springframework-addons.version}</version>
</dependency>