Start with core
[tbgof.git] / build.gradle
index 486c4b5..8ed3277 100644 (file)
@@ -5,7 +5,10 @@ repositories {
 }
 
 dependencies {
+    compile "com.google.guava:guava:18.0"
+
     testCompile "junit:junit:4.12"
+    testCompile "org.hamcrest:hamcrest-all:1.3"
 }
 
 apply from: "ide.gradle"