【发布时间】:2016-03-10 12:50:45
【问题描述】:
我的项目的一个依赖项在链接下的 bintray 中
https://bintray.com/azavea/geotrellis/geotrellis-spark/view
他们给了maven sn-p如下
<dependency>
<groupId>com.azavea.geotrellis</groupId>
<artifactId>geotrellis-spark_2.10</artifactId>
<version>0.10.0-a9ab100</version>
<type>pom</type>
</dependency>
我可以在我的 maven 项目的 POM 文件中使用它,还是必须在 <repository></repository> 中添加任何内容来配置存储库以从中下载此依赖项?
【问题讨论】: