Categories |
CategoriesCharts User Interface |
---|---|
GroupId | GroupIdcom.github.abel533 |
ArtifactId | ArtifactIdECharts |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ECharts-3.0.0.pom | |
ECharts-3.0.0.jar | 194 KB |
ECharts-3.0.0-sources.jar | 240 KB |
ECharts-3.0.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation 'com.github.abel533:ECharts:3.0.0'
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation ("com.github.abel533:ECharts:3.0.0")
'com.github.abel533:ECharts:jar:3.0.0'
<dependency org="com.github.abel533" name="ECharts" rev="3.0.0">
<artifact name="ECharts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abel533', module='ECharts', version='3.0.0')
)
libraryDependencies += "com.github.abel533" % "ECharts" % "3.0.0"
[com.github.abel533/ECharts "3.0.0"]