Categories |
CategoriesCharts User Interface |
---|---|
GroupId | GroupIdcom.github.abel533 |
ArtifactId | ArtifactIdECharts |
Version | Version3.0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
ECharts-3.0.0.4.pom | |
ECharts-3.0.0.4.jar | 192 KB |
ECharts-3.0.0.4-sources.jar | 232 KB |
ECharts-3.0.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.abel533/ECharts/ -->
<dependency>
<groupId>com.github.abel533</groupId>
<artifactId>ECharts</artifactId>
<version>3.0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation 'com.github.abel533:ECharts:3.0.0.4'
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation ("com.github.abel533:ECharts:3.0.0.4")
'com.github.abel533:ECharts:jar:3.0.0.4'
<dependency org="com.github.abel533" name="ECharts" rev="3.0.0.4">
<artifact name="ECharts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abel533', module='ECharts', version='3.0.0.4')
)
libraryDependencies += "com.github.abel533" % "ECharts" % "3.0.0.4"
[com.github.abel533/ECharts "3.0.0.4"]