GroupId | GroupIdcom.jjoe64 |
---|---|
ArtifactId | ArtifactIdgraphview |
Version | Version3.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
graphview-3.1.3.pom | |
graphview-3.1.3.aar | 35 KB |
graphview-3.1.3-sources.jar | 19 KB |
graphview-3.1.3-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]