Skip to content

Instantly share code, notes, and snippets.

@rye761
Created June 24, 2016 23:51
Show Gist options
  • Select an option

  • Save rye761/b08744f54c570e1211b3213c8257b379 to your computer and use it in GitHub Desktop.

Select an option

Save rye761/b08744f54c570e1211b3213c8257b379 to your computer and use it in GitHub Desktop.
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.github.scribejava:scribejava-core:2.7.3'
compile 'com.google.code.gson:gson:2.7'
compile files('src/main/java/libs/Unsplash-Java-Unofficial.jar')
}
@connorbrez
Copy link

compile fileTree(dir: 'libs', include: ['*.jar'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment