is not current version
Last Version 3.0.0.6

com.github.abel533:ECharts 3.0.0.5

这是一个针对ECharts3.0版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等

Categories

Categories

Charts User Interface
GroupId

GroupId

com.github.abel533
ArtifactId

ArtifactId

ECharts
Version

Version

3.0.0.5
Type

Type

jar

Download ECharts 3.0.0.5


<!-- https://jarcasting.com/artifacts/com.github.abel533/ECharts/ -->
<dependency>
    <groupId>com.github.abel533</groupId>
    <artifactId>ECharts</artifactId>
    <version>3.0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation 'com.github.abel533:ECharts:3.0.0.5'
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation ("com.github.abel533:ECharts:3.0.0.5")
'com.github.abel533:ECharts:jar:3.0.0.5'
<dependency org="com.github.abel533" name="ECharts" rev="3.0.0.5">
  <artifact name="ECharts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abel533', module='ECharts', version='3.0.0.5')
)
libraryDependencies += "com.github.abel533" % "ECharts" % "3.0.0.5"
[com.github.abel533/ECharts "3.0.0.5"]