当我运行 mvn compile 时,我从编译中得到一个错误列表,所有这些错误都说缺少我在 pom.xml 中作为依赖项的包。
Pom.xml
`<dependency>
<groupId>com.fortysevendeg.android</groupId>
<artifactId>swipelistview</artifactId>
<version>1.0-SNAPSHOT</version>
<type>apklib</type>
</dependency>`
Error
error: package com.fortysevendeg.swipelistview does not exist
我真的很感激这方面的一些帮助。一段时间以来,我一直在努力解决这个问题。