Created
August 3, 2014 20:09
-
-
Save snodnipper/fc338df3dbb66e3808fa to your computer and use it in GitHub Desktop.
Google App Engine Gradle Dependencies (all of them! you won't need them all _but_ it was annoying going through them so here they are)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compile 'com.google.appengine:appengine:1.9.7' | |
compile 'com.google.appengine:appengine-endpoints:1.9.7' | |
compile 'com.google.appengine:appengine-testing:1.9.7' | |
compile 'com.google.appengine:appengine-maven-plugin:1.9.7' | |
compile 'com.google.appengine:appengine-java-sdk:1.9.7' | |
compile 'com.google.appengine:appengine-local-endpoints:1.9.7' | |
compile 'com.google.appengine:appengine-endpoints-deps:1.9.7' | |
compile 'com.google.appengine:appengine-remote-api:1.9.7' | |
compile 'com.google.appengine:appengine-tools-sdk:1.9.7' | |
compile 'com.google.appengine:appengine-jsr107cache:1.9.7' | |
compile 'com.google.appengine:appengine-api-stubs:1.9.7' | |
compile 'com.google.appengine:appengine-api-labs:1.9.7' | |
compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.7' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment