JetBrains/teamcity-rest-client

wish list: add to maven central

kenkyee opened this issue · 2 comments

I know...it's only 3 files, but would be good to put it up so people can pull down updates automatically :-)

Thanks...wasn't on jcenter, so I had to use the url syntax to find it in my build.gradle:
ext.teamcity_client_version = '0.1.45'
repositories {
jcenter()
maven { url "http://dl.bintray.com/jetbrains/teamcity-rest-client" }
}