Ice_Frog
都换了好几个了,这两个都引入不上,一直飘红


qipao_start
https://github.com/MilkBowl/VaultAPI
根据VaultAPI页面所说,maven引入需要的是
  1. <repositories>
  2.     <repository>
  3.         <id>jitpack.io</id>
  4.         <url>https://jitpack.io</url>
  5.     </repository>
  6. </repositories>
  7. <dependencies>
  8.     <dependency>
  9.         <groupId>com.github.MilkBowl</groupId>
  10.         <artifactId>VaultAPI</artifactId>
  11.         <version>1.7</version>
  12.         <scope>provided</scope>
  13.     </dependency>
  14. </dependencies>
复制代码

尝试一下这个?