shibing624 / similarity

similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。
https://shibing624.github.io/similarity/
Apache License 2.0
1.43k stars 325 forks source link

加依赖报错 #44

Open MSluo opened 9 months ago

MSluo commented 9 months ago

Could not find artifact com.github.shibing624:similarity:pom:1.1.6 in aliyun

shibing624 commented 9 months ago
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
1271880639 commented 2 months ago

maven的conf里,若是镜像配置用的*,可能不会从https://jitpack.io下载。先把镜像删掉,下载完该项目的jar再恢复试试。

lishengshi commented 1 month ago

确实下载不下来依赖,挂了梯子也下不动

caoliang1918 commented 1 week ago

可以先下载源代码,然后在本地mvn install;这个pom从中央仓库下载不下来。