Skip to content

Instantly share code, notes, and snippets.

@mlescaille
Last active September 14, 2020 23:10
Show Gist options
  • Save mlescaille/227e7a33d5acc33b1bc2568969e45338 to your computer and use it in GitHub Desktop.
Save mlescaille/227e7a33d5acc33b1bc2568969e45338 to your computer and use it in GitHub Desktop.
implementation 'com.google.auth:google-auth-library-oauth2-http:0.17.1'
implementation ('com.google.oauth-client:google-oauth-client-jetty:1.28.0') {
exclude group: 'org.mortbay.jetty', module: 'servlet-api' // had to exclude this but will depend on the rest of your dependencies
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment