Skip to content
New issue

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

Dont find oauth2library dependency on Maven Central #19

Open
oguzhancevik opened this issue Jun 16, 2020 · 2 comments
Open

Dont find oauth2library dependency on Maven Central #19

oguzhancevik opened this issue Jun 16, 2020 · 2 comments

Comments

@oguzhancevik
Copy link

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.

mvn

@gtux
Copy link

gtux commented Sep 5, 2024

4 years later, anyone found some alternative?

@gtux
Copy link

gtux commented Sep 5, 2024

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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants