Created gradle module and moved existing code to new one

This commit is contained in:
Mauricio Colli
2018-03-14 00:44:02 -03:00
parent 94e24a6e1c
commit f787b375e5
131 changed files with 44 additions and 42 deletions

10
extractor/build.gradle Normal file
View File

@@ -0,0 +1,10 @@
dependencies {
implementation project(':timeago-parser')
implementation 'com.grack:nanojson:1.1'
implementation 'org.jsoup:jsoup:1.9.2'
implementation 'org.mozilla:rhino:1.7.7.1'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
testImplementation 'junit:junit:4.12'
}