Skip to content

Commit e099769

Browse files
author
boncey
committed
Remove jar files and point to bintray download page
1 parent aa25455 commit e099769

4 files changed

Lines changed: 19 additions & 12 deletions

File tree

-620 KB
Binary file not shown.
-180 KB
Binary file not shown.

Flickr4Java/Flickr4Java-2.4.jar

-250 KB
Binary file not shown.

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
Flickr4Java
2-
==
1+
## Flickr4Java
32

4-
Introduction
5-
===
3+
### Introduction
64

75
__Note:__ This API has been forked from [FlickrJ at Sourceforge](http://flickrj.sourceforge.net/).
86

97
This is a Java API which wraps the [REST-based Flickr API](http://www.flickr.com/services/api/).
108

119
Comments and questions should be sent to the [GitHub Repo](https://github.com/callmeal/Flickr4Java).
1210

13-
Usage
14-
===
11+
### Usage
1512

1613
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.
1714
For example, to send a test ping to the Flickr service:
@@ -24,15 +21,25 @@ For example, to send a test ping to the Flickr service:
2421
__Please note:__ this library is not thread safe.
2522

2623

27-
Requirements
28-
===
29-
This API has been tested with JDK 1.4 and JDK 1.5. The default distribution is built with JDK 1.5 (it should build under 1.6 and 1.7 too though).
24+
### Requirements
25+
26+
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).
3027

3128
An API key is required to use this API. You can [request one on Flickr](http://www.flickr.com/services/api/).
3229

3330
[scribe-java (v.1.3.2)](https://github.com/fernandezpablo85/scribe-java/wiki/Getting-Started) is also required for the OAuth functionality.
3431

35-
Download
36-
===
32+
### Download
33+
34+
[Download the latest version from bintray](https://bintray.com/boncey/Flickr4Java/Flickr4Java).
35+
36+
37+
### Maven
38+
39+
<dependency>
40+
<groupId>com.flickr4java</groupId>
41+
<artifactId>flickr</artifactId>
42+
<version>2.5</version>
43+
</dependency>
3744

38-
[Download the latest version](https://github.com/callmeal/Flickr4Java/archive/master.zip).
45+
It's hosted on [JCenter](https://bintray.com/bintray/jcenter), you may need to [download their settings.xml](https://bintray.com/repo/downloadMavenRepoSettingsFile/downloadSettings?repoPath=%2Fbintray%2Fjcenter) to get access to their repo.

0 commit comments

Comments
 (0)