CathiveFX Gravatar Library

Library to load Gravatar images from www.gravatar.com

License

License

GroupId

GroupId

com.cathive.fx
ArtifactId

ArtifactId

fx-gravatar
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

CathiveFX Gravatar Library
Library to load Gravatar images from www.gravatar.com
Project Organization

Project Organization

The Cat Hive Developers
Source Code Management

Source Code Management

https://github.com/cathive/fx-gravatar/

Download fx-gravatar

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.testng : testng jar 6.8

Project Modules

There are no modules declared in this project.

fx-gravatar

Build Status

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.

Screenshot

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':

<dependency>
  <groupId>com.cathive.fx</groupId>
  <artifactId>fx-gravatar</artifactId>
  <version>${fx-gravatar.version}</version>
</dependency>
com.cathive.fx

The Cat Hive Developers

Versions

Version
1.0.0