I'd like to use the latest version code from the public bitbucket project rxlint in my gradle project. But I don't know which URL to use.
I've tried to enter some URLs (see below) on https://jitpack.io/ - without success. The error message is always:
Repo not found or no access token provided
and since this repo is public, I guess, that I am just using the wrong format for the URL
URL's I've tried without success:
- org.bitbucket.littlerobots/rxlint
- https://bitbucket.org/littlerobots/rxlint
- https://bitbucket.org/littlerobots/rxlint/src
- git+ssh://git@bitbucket.org/littlerobots/rxlint.git
- V1.2 tag: https://bitbucket.org/littlerobots/rxlint/src/a5e5d85b8358f74b33f5844ff154c80bc10d0009/?at=v1.2
- tip tag: https://bitbucket.org/littlerobots/rxlint/src/462cbb708d8897480fc327e736acde50377b4e2c/?at=tip