не последняя версия
Последняя версия 4.2.2

com.jjoe64:graphview 3.1.4

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

Группа

Группа

com.jjoe64
Идентификатор

Идентификатор

graphview
Версия

Версия

3.1.4
Тип

Тип

aar

Скачать graphview 3.1.4


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