GroupId | GroupIdcom.jjoe64 |
---|---|
ArtifactId | ArtifactIdgraphview |
Version | Version4.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
graphview-4.1.0.pom | |
graphview-4.1.0.aar | 62 KB |
graphview-4.1.0-sources.jar | 50 KB |
graphview-4.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]