MPAdroidChart-v3.0.1 jar包

https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.1/MPAndroidChart-v3.0.1.jar

感谢github大佬的分享!!

不过,如果能用gradle或者maven的方式,当然直接用gradle或者maven啦

Gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
}

Maven:



    jitpack.io
   https://jitpack.io




    com.github.PhilJay
    MPAndroidChart
    v3.1.0

 

你可能感兴趣的:(Android,MPAdroidChart)