jwagenleitner / groovy-wslite

Lightweight SOAP and REST webservice clients for Groovy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 2 release?

michaelbannister opened this issue · 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

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

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'

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