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
I am working with Maven. Then I added this dependency on maven central (https://mvnrepository.com/artifact/ca.mimic/oauth2library/2.4.2).
But did not find the dependency.
The text was updated successfully, but these errors were encountered:
4 years later, anyone found some alternative?
Sorry, something went wrong.
Here the solution, if someone need it:
on build.gradle root project:
repositories { //... other repositories maven { url 'https://jitpack.io' } }
on build.gradle of module:
dependencies { // ... other dependencies implementation 'com.github.mimicmobile:okhttp-oauth2-client:2.4.2' }
@gtux thanks for posting a solution.
No branches or pull requests
I am working with Maven. Then I added this dependency on maven central (https://mvnrepository.com/artifact/ca.mimic/oauth2library/2.4.2).
But did not find the dependency.
The text was updated successfully, but these errors were encountered: