We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github describes the artifact version as v1.7.0.RELEASE jitpack.io lists the artifact version as 1.7.0.RELEASE
v1.7.0.RELEASE
1.7.0.RELEASE
https://jitpack.io/#com.github.allbegray/slack-api
The text was updated successfully, but these errors were encountered:
Yeah. I found this issue too. Will try to raise a pr to fix the readme
Sorry, something went wrong.
try the following in your gradle build using "master-SNAPSHOT" instead
allprojects { repositories { mavenCentral() maven { url 'https://jitpack.io' } } } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' implementation 'com.github.allbegray:slack-api:master-SNAPSHOT' }
No branches or pull requests
github describes the artifact version as
v1.7.0.RELEASE
jitpack.io lists the artifact version as
1.7.0.RELEASE
https://jitpack.io/#com.github.allbegray/slack-api
The text was updated successfully, but these errors were encountered: