added comments extractor

This commit is contained in:
Ritvik Saraf
2018-08-20 04:22:19 +05:30
parent 1e7bcfbd66
commit 53d3997904
17 changed files with 1007 additions and 159 deletions

View File

@@ -6,6 +6,7 @@ dependencies {
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'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
testImplementation 'junit:junit:4.12'
}