根据https://github.com/Netbreeze-GmbH/boilerpipe,锅炉管道的 Maven 依赖项是
<dependency>
<groupId>de.l3s.boilerpipe</groupId>
<artifactId>boilerpipe-core</artifactId>
<version>1.2.2</version>
</dependency>
但是这种依赖不能通过 Maven 获得。我发现最接近的是http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22de.l3s.boilerpipe%22%20AND%20a%3A%22boilerpipe%22这个依赖是版本 1.1.0 。如何添加依赖项 1.2.2?
更新 :
我在这个位置找到了依赖:https ://mvnrepository.com/artifact/com.syncthemall/boilerpipe/1.2.2