is not current version
Last Version 1.0.16

id.bafika:echart 1.0.3

Android echart is Android library to using echart js (https://echarts.apache.org) for creating line chart, bar chart, pie chart, etc.

GroupId

GroupId

id.bafika
ArtifactId

ArtifactId

echart
Version

Version

1.0.3
Type

Type

aar

Download echart 1.0.3


<!-- https://jarcasting.com/artifacts/id.bafika/echart/ -->
<dependency>
    <groupId>id.bafika</groupId>
    <artifactId>echart</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/id.bafika/echart/
implementation 'id.bafika:echart:1.0.3'
// https://jarcasting.com/artifacts/id.bafika/echart/
implementation ("id.bafika:echart:1.0.3")
'id.bafika:echart:aar:1.0.3'
<dependency org="id.bafika" name="echart" rev="1.0.3">
  <artifact name="echart" type="aar" />
</dependency>
@Grapes(
@Grab(group='id.bafika', module='echart', version='1.0.3')
)
libraryDependencies += "id.bafika" % "echart" % "1.0.3"
[id.bafika/echart "1.0.3"]