is not current version
Last Version 4.2.2

com.jjoe64:graphview 3.1.3

Android Graph Library for creating zoomable and scrollable line and bar graphs.

GroupId

GroupId

com.jjoe64
ArtifactId

ArtifactId

graphview
Version

Version

3.1.3
Type

Type

aar

Download graphview 3.1.3


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