is not current version
Last Version 4.2.2

com.jjoe64:graphview 4.1.0

Android Graph Library for creating zoomable and scrollable charts.

GroupId

GroupId

com.jjoe64
ArtifactId

ArtifactId

graphview
Version

Version

4.1.0
Type

Type

aar

Download graphview 4.1.0


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