| License |
License |
|---|---|
| GroupId | GroupIdir.mahozad.android |
| ArtifactId | ArtifactIdpie-chart |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionandroid-pie-chart
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pie-chart-0.7.0.pom | |
| pie-chart-0.7.0-sources.jar | 11 KB |
| pie-chart-0.7.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/ -->
<dependency>
<groupId>ir.mahozad.android</groupId>
<artifactId>pie-chart</artifactId>
<version>0.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/
implementation 'ir.mahozad.android:pie-chart:0.7.0'
// https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/
implementation ("ir.mahozad.android:pie-chart:0.7.0")
'ir.mahozad.android:pie-chart:aar:0.7.0'
<dependency org="ir.mahozad.android" name="pie-chart" rev="0.7.0">
<artifact name="pie-chart" type="aar" />
</dependency>
@Grapes(
@Grab(group='ir.mahozad.android', module='pie-chart', version='0.7.0')
)
libraryDependencies += "ir.mahozad.android" % "pie-chart" % "0.7.0"
[ir.mahozad.android/pie-chart "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jacoco : org.jacoco.agent | jar | 0.7.9 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.20 |
| androidx.core » core-ktx | jar | 1.6.0 |