0
我在Mac上使用IntelliJ IDEA,並且想要導入Apache Velocity。在我的pom.xml文件:在IntelliJ主題中導入Apache Velocity
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
我收到錯誤
Failed to read artifact descriptor for org.apache.velocity:jar:1.7
是否有我需要添加其他設置?
無法重現。請檢查日誌中的錯誤,請參閱http://stackoverflow.com/a/42427510/104891。 – CrazyCoder
檢查https://stackoverflow.com/questions/35105667/failed-to-read-artifact-descriptor-intellij – user7294900