Implement urban dictionary lookup command

This commit is contained in:
2022-12-19 21:42:55 +01:00
parent 3259a49ace
commit 28c0f1d750
3 changed files with 140 additions and 0 deletions

11
pom.xml
View File

@@ -40,6 +40,17 @@
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>
</dependencies>