| | |
| | | <version>1.68</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup --> |
| | | <dependency> |
| | | <groupId>org.jsoup</groupId> |
| | | <artifactId>jsoup</artifactId> |
| | | <version>1.14.3</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>2.11.0</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy --> |
| | | <dependency> |
| | | <groupId>org.codehaus.groovy</groupId> |
| | | <artifactId>groovy</artifactId> |
| | | <version>2.5.6</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text --> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-text</artifactId> |
| | | <version>1.9</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |