is not current version
Last Version 0.7.0

ir.mahozad.android:pie-chart 0.6.2

A library for creating pie charts and donut charts in Android. The aim of this library is to provide a full-featured chart view and to enable users to customize it to the most extent possible. Visit the project on GitHub to learn more.

GroupId

GroupId

ir.mahozad.android
ArtifactId

ArtifactId

pie-chart
Version

Version

0.6.2
Type

Type

aar

Download pie-chart 0.6.2


<!-- https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/ -->
<dependency>
    <groupId>ir.mahozad.android</groupId>
    <artifactId>pie-chart</artifactId>
    <version>0.6.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/
implementation 'ir.mahozad.android:pie-chart:0.6.2'
// https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/
implementation ("ir.mahozad.android:pie-chart:0.6.2")
'ir.mahozad.android:pie-chart:aar:0.6.2'
<dependency org="ir.mahozad.android" name="pie-chart" rev="0.6.2">
  <artifact name="pie-chart" type="aar" />
</dependency>
@Grapes(
@Grab(group='ir.mahozad.android', module='pie-chart', version='0.6.2')
)
libraryDependencies += "ir.mahozad.android" % "pie-chart" % "0.6.2"
[ir.mahozad.android/pie-chart "0.6.2"]