Skip to content

Instantly share code, notes, and snippets.

@tynn
tynn / get.deps
Last active August 14, 2017 12:10
Download a dependency with `gradle -q -b get.deps -P dep='groupId:artifactId:revision'`
// 2017 CC0 http://creativecommons.org/publicdomain/zero/1.0/
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
}
configurations {
deps
}