how to add google projects from http://grepcode.com to sbt

34 views
Skip to first unread message

Adrian VerticalScope

unread,
Oct 16, 2013, 12:26:14 PM10/16/13
to simple-b...@googlegroups.com
Hi
I want to use google analytics to log into google and pull some analytics data.
however I'm stuck on the logging in part because I can't find all the libraries I need.
For example the google docs example shows this code:

 return new AuthorizationCodeInstalledApp(flow, new LocalServerReceiver()).authorize("user")

I've managed to get the package AuthorizationCodeInstalledApp belongs.
LocalServerReceiver implements an interface so I used grepcode.com to search for it and found it here: http://grepcode.com/search?query=LocalServerReceiver&n= OR also here: http://code.google.com/p/google-oauth-java-client/downloads/detail?name=google-oauth-java-client-1.17.0-rc.zip&can=2&q=

The problem is that I use SBT so I need sbt to pull the code from the repositories. grepcode shows that this file should be in /google-oauth-java-client However, I can't find the corresponding lib on http://mvnrepository.com/artifact/com.google.api-client.

Where to find the lib so I can add it to sbt? Is there a way to figure out the url from http://code.google.com?

Thanks
Adrian



Reply all
Reply to author
Forward
0 new messages