问题截图
去maven仓库找了,也没有找到这个项目(github中拉去的项目)中的,然后以为这个仓库没有,不知道要去哪里下载。
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
</dependency>
尝试
然后,我电脑上面maven配置的镜像是阿里云,然后猜想阿里云上可能没有这个镜像,所以干脆将镜像注释掉,不用国内镜像。
然后发现竟然可以下载。之前还一直担心下载速度很慢,没有VPN根本下不了。但是,实践出来没有VPN也是可以下载
<!--
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
-->