projec(scraper)t: Fix scraper and add some new fields

This commit is contained in:
Owain van Brakel
2022-05-19 15:02:04 +02:00
parent b15e5d6d1f
commit d85365a77b
10 changed files with 214 additions and 51 deletions

View File

@@ -33,6 +33,7 @@ dependencies {
compileOnly(group = "org.projectlombok", name = "lombok", version = ProjectVersions.lombokVersion)
implementation(group = "org.apache.commons", name = "commons-text", version = "1.9")
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.5")
implementation(group = "com.google.guava", name = "guava", version = "30.1.1-jre")
implementation(group = "com.github.petitparser", name = "java-petitparser", version = "2.3.1")