GroupId | GroupIdcom.jjoe64 |
---|---|
ArtifactId | ArtifactIdgraphview |
Version | Version4.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
graphview-4.0.1.pom | |
graphview-4.0.1.aar | 59 KB |
graphview-4.0.1-sources.jar | 48 KB |
graphview-4.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jjoe64/graphview/ -->
<dependency>
<groupId>com.jjoe64</groupId>
<artifactId>graphview</artifactId>
<version>4.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jjoe64/graphview/
implementation 'com.jjoe64:graphview:4.0.1'
// https://jarcasting.com/artifacts/com.jjoe64/graphview/
implementation ("com.jjoe64:graphview:4.0.1")
'com.jjoe64:graphview:aar:4.0.1'
<dependency org="com.jjoe64" name="graphview" rev="4.0.1">
<artifact name="graphview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jjoe64', module='graphview', version='4.0.1')
)
libraryDependencies += "com.jjoe64" % "graphview" % "4.0.1"
[com.jjoe64/graphview "4.0.1"]