我正在为我的项目进行最后一年的学习,似乎无法使我的依赖项正常工作?
implementation 'com.github.bmarrdev:android-DecoView-charting:v1.2'
这是我正在使用的依赖项,如https://github.com/bmarrdev/android-DecoView-charting
所示我真的很感谢任何人的帮助。 预先感谢
buildscript {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
我已经添加了它 谢谢
答案 0 :(得分:0)
您需要添加到build.gradle文件:
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>6.2.3</version>
</dependency>