groovy-wslite icon indicating copy to clipboard operation
groovy-wslite copied to clipboard

Version 2 release?

Open michaelbannister opened this issue 9 years ago • 4 comments

Hi, this is a great library, thanks so much! Just wondering what is holding you back from releasing version 2? (I would like to avoid using a snapshot version in my application.) If possible I am happy to contribute to help get it over the line. :)

Apologies, I know this is not an "issue" but I'm not sure how else to contact you.

Best wishes, Michael

michaelbannister avatar Jul 28 '15 07:07 michaelbannister

+1

facundofarias avatar Jul 30 '15 11:07 facundofarias

We are coming up to almost a year since this issue was raise. Should we expect to see a version two of the lib?

gsaqui avatar Jun 06 '16 17:06 gsaqui

Until the library is officially released, it can be easily used with Gradle thanks to https://jitpack.io/

repositories {
    jcenter()
    maven { url 'https://jitpack.io' }
}

and

compile 'com.github.jwagenleitner:groovy-wslite:4457c93'

aadrian avatar Apr 03 '17 12:04 aadrian

Looks like this is no longer maintained? Looks like there is a 1.1.3 release which hasn't been tagged in this repo?

ThomasSchumann avatar Aug 28 '19 22:08 ThomasSchumann