commons-gravatar

A caching proxy for Gravatar avatars written in Java.

It is implemented as a Servlet, and uses Spring for dependency injection.

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-gravatar is available at Maven Central. Just add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.commons</groupId>
  <artifactId>commons-gravatar</artifactId>
  <version>1.1</version>
</dependency>