Mpandroidchart: Jar file for 2.2.5

Created on 30 Jun 2016  路  2Comments  路  Source: PhilJay/MPAndroidChart

Unfortunately I can't download the library from jetpack, so I need to get the jar file directly. Since v2.2.5 has some important bug fixes for us, I'd ask you to post the jar in the releases page.

Thanks!

Most helpful comment

Hi, you can get any .jar from jitpack using maven (download) with a 1-liner like this:

mvn dependency:get -DremoteRepositories=https://jitpack.io -Dartifact=com.github.PhilJay:MPAndroidChart:v2.2.5 -Ddest=mpandroidchart-2.2.5.jar

The list of available versions is at https://jitpack.io/#PhilJay/MPAndroidChart
Hope it helps.

All 2 comments

Hi, you can get any .jar from jitpack using maven (download) with a 1-liner like this:

mvn dependency:get -DremoteRepositories=https://jitpack.io -Dartifact=com.github.PhilJay:MPAndroidChart:v2.2.5 -Ddest=mpandroidchart-2.2.5.jar

The list of available versions is at https://jitpack.io/#PhilJay/MPAndroidChart
Hope it helps.

Unfortunately I'm blocked by proxy, so that doesn't really work for me. That's why I've been relying on the jar to use the library

Was this page helpful?
0 / 5 - 0 ratings

Related issues

manucheri picture manucheri  路  3Comments

AndroidJiang picture AndroidJiang  路  3Comments

botondbutuza picture botondbutuza  路  3Comments

vishvendu picture vishvendu  路  3Comments

JungYongWook picture JungYongWook  路  3Comments