Skip to content

Instantly share code, notes, and snippets.

View tuanba2203's full-sized avatar
🎯
Focusing

Bui Anh Tuan tuanba2203

🎯
Focusing
View GitHub Profile
@jashatton
jashatton / build.gradle
Created August 2, 2012 14:05
A build.gradle script that reads Maven dependencies using XmlSlurper and applies them to the gradle dependencies.
apply plugin: 'java'
repositories {
mavenCentral()
flatDir {
dirs 'lib'
}
}