我想在我的项目中使用bottomBar库。当我在gradle
文件和build.gradle
中添加正确的sync
命令时,出现此错误:
Failed to resolve: com.roughike:bottom-bar:2.0
我搜索了很多原因。一个解决方案是使用jcenter(),但在我的国家/地区无法访问,并且同步最长可达1或在某些情况下为2小时。所以我改用maven。 在这种情况下,如何使用库主页上推荐的maven命令? 我应该在哪里放下以下代码?
<dependency>
<groupId>com.roughike</groupId>
<artifactId>bottom-bar</artifactId>
<version>2.+</version>
<type>pom</type>
</dependency>