11 lines
No EOL
363 B
Groovy
11 lines
No EOL
363 B
Groovy
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'
|
|
implementation 'org.nibor.autolink:autolink:0.8.0'
|
|
|
|
testImplementation 'junit:junit:4.12'
|
|
} |