https://github.com/cathive/fx-gravatar
JavaFX 2 library for the Gravatar API
https://github.com/cathive/fx-gravatar
Last synced: 8 months ago
JSON representation
JavaFX 2 library for the Gravatar API
- Host: GitHub
- URL: https://github.com/cathive/fx-gravatar
- Owner: cathive
- License: apache-2.0
- Created: 2012-06-20T16:08:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T11:22:26.000Z (over 12 years ago)
- Last Synced: 2025-01-17T01:08:11.718Z (over 1 year ago)
- Language: Java
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
fx-gravatar
===========
[](https://travis-ci.org/cathive/fx-gravatar)
This library provides a nice API to be used in conjunction with
so-called globally recognized avatars, which are available from
www.gravatar.com
It also provides a little example application , the "Gravatar Viewer"
to demonstrate it's usage with JavaFX.

A compiled and ready-to-use version of this library can be found in the
Sonatype OSS Maven Repository (oss.sonatype.org). To use the library
in your Maven based projects just add the following lines to your
'pom.xml':
```xml
com.cathive.fx
fx-gravatar
${fx-gravatar.version}
```