CathiveFX Gravatar Library

Library to load Gravatar images from www.gravatar.com

Лицензия

Лицензия

Группа

Группа

com.cathive.fx
Идентификатор

Идентификатор

fx-gravatar
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

CathiveFX Gravatar Library
Library to load Gravatar images from www.gravatar.com
Организация-разработчик

Организация-разработчик

The Cat Hive Developers
Система контроля версий

Система контроля версий

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

Скачать fx-gravatar

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0