is not current version
Last Version 4.2.2

com.jjoe64:graphview 4.2.1

Android Graph Library for creating zoomable and scrollable charts.

GroupId

GroupId

com.jjoe64
ArtifactId

ArtifactId

graphview
Version

Version

4.2.1
Type

Type

aar

Download graphview 4.2.1


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