flickr4java

Parent POM for Samson.PH projects

Лицензия

Лицензия

Группа

Группа

ph.samson.flickr4java
Идентификатор

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

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

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

2.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

flickr4java
Parent POM for Samson.PH projects
Организация-разработчик

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

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

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

https://github.com/esamson/Flickr4Java

Скачать flickr

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.scribe : scribe jar 1.3.5
org.apache.axis : axis jar 1.4
log4j : log4j jar 1.2.17

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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

This is a Fork

This is a fork of callmeal/Flickr4Java. I do not maintain this project. Any concerns should be directed to the upstream project.

The upstream project's README is reproduced below.

Flickr4Java

Introduction

Note: This API has been forked from FlickrJ at Sourceforge.

This is a Java API which wraps the REST-based Flickr API.

Comments and questions should be sent to the GitHub Repo.

Usage

To use the API just construct an instance of the class com.flickr4java.flickr.test.Flickr and request the interfaces which you need to work with.
For example, to send a test ping to the Flickr service:

String apiKey = "YOUR_API_KEY";
Flickr f = new Flickr(apiKey);
TestInterface testInterface = f.getTestInterface();
Collection results = testInterface.echo(Collections.EMPTY_LIST);

Please note: this library is not thread safe.

Requirements

This API has been tested with JDK 1.4 and JDK 1.5. The default distribution is built with JDK 1.5 (it builds and runs fine under 1.6 and 1.7 too though).

An API key is required to use this API. You can request one on Flickr.

scribe-java (v.1.3.2) is also required for the OAuth functionality.

Download

Download the latest version from bintray.

Maven

<dependency>
  <groupId>com.flickr4java</groupId>
  <artifactId>flickr</artifactId>
  <version>2.5</version>
</dependency>

It's hosted on JCenter, you may need to download their settings.xml to get access to their repo.

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

Версия
2.5.1