| Categories |
CategoriesCharts User Interface |
|---|---|
| GroupId | GroupIdcom.github.duanyashu |
| ArtifactId | ArtifactIdchartscp |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chartscp-1.0.2.pom | |
| chartscp-1.0.2.jar | 21 KB |
| chartscp-1.0.2-sources.jar | 13 KB |
| chartscp-1.0.2-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.duanyashu/chartscp/ -->
<dependency>
<groupId>com.github.duanyashu</groupId>
<artifactId>chartscp</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duanyashu/chartscp/
implementation 'com.github.duanyashu:chartscp:1.0.2'
// https://jarcasting.com/artifacts/com.github.duanyashu/chartscp/
implementation ("com.github.duanyashu:chartscp:1.0.2")
'com.github.duanyashu:chartscp:jar:1.0.2'
<dependency org="com.github.duanyashu" name="chartscp" rev="1.0.2">
<artifact name="chartscp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duanyashu', module='chartscp', version='1.0.2')
)
libraryDependencies += "com.github.duanyashu" % "chartscp" % "1.0.2"
[com.github.duanyashu/chartscp "1.0.2"]