palantir / streams

Utilities for working with Java 8 streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put gradle quickstart into readme

CRogers opened this issue · comments

I have no idea where the published artifacts for this project live. Consider having a section in the readme saying where to get this library from (maybe some gradle code too to show this)?

Ack. Will sort this out tomorrow. For reference, library currently lives at com.palantir.commons:streams:1.0.3
On Sat, 20 Feb 2016 at 14:49, Callum Rogers <notifications@github.commailto:notifications@github.com> wrote:

I have no idea where the published artifacts for this project live. Consider having a section in the readme saying where to get this library from (maybe some gradle code too to show this)?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1.

commented

We should just link to the current artifact with a badge. Keeping the versions up-to-date is a royal PITA. e.g. https://maven-badges.herokuapp.com/maven-central/com.palantir.common/streams/badge.svg?style=plastic would work if we were on Maven Central (which we should be??)

Maven central is another thing i should get around to today. Last time I tried it I got scared off.

On Sun, 21 Feb 2016 at 01:45, Chris Purcell <notifications@github.commailto:notifications@github.com> wrote:

We should just link to the current artifact with a badge. Keeping the versions up-to-date is a royal PITA. e.g. https://maven-badges.herokuapp.com/maven-central/com.palantir.common/streams/badge.svg?style=plastic would work if we were on Maven Central (which we should be??)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-186783808.

Update. Maven central stuff was set up manually by someone who's no longer on Rainbow. I've been asked to file a ticket. Will keep updated.

In the meantime, is jcenter enough? giving the badge below.

Download

commented

Yep, let's go with that. Thanks!

On Wed, 24 Feb 2016 at 01:42 James Baker notifications@github.com wrote:

Update. Maven central stuff was set up manually by someone who's no longer
on Rainbow. I've been asked to file a ticket. Will keep updated.

In the meantime, is jcenter enough? giving the badge below.

[image: Download]
https://bintray.com/palantir/releases/streams/_latestVersion


Reply to this email directly or view it on GitHub
#1 (comment).

commented

Fixed by #2