License |
License |
---|---|
Categories |
CategoriesCharts User Interface |
GroupId | GroupIdcom.github.abel533 |
ArtifactId | ArtifactIdECharts |
Last Version | Last Version3.0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionECharts
这是一个针对ECharts3.0版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等
|
Project URL |
Project URL |
Filename | Size |
---|---|
ECharts-3.0.0.6.pom | |
ECharts-3.0.0.6.jar | 136 KB |
ECharts-3.0.0.6-sources.jar | 179 KB |
ECharts-3.0.0.6-javadoc.jar | 892 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.abel533/ECharts/ -->
<dependency>
<groupId>com.github.abel533</groupId>
<artifactId>ECharts</artifactId>
<version>3.0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation 'com.github.abel533:ECharts:3.0.0.6'
// https://jarcasting.com/artifacts/com.github.abel533/ECharts/
implementation ("com.github.abel533:ECharts:3.0.0.6")
'com.github.abel533:ECharts:jar:3.0.0.6'
<dependency org="com.github.abel533" name="ECharts" rev="3.0.0.6">
<artifact name="ECharts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abel533', module='ECharts', version='3.0.0.6')
)
libraryDependencies += "com.github.abel533" % "ECharts" % "3.0.0.6"
[com.github.abel533/ECharts "3.0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson Optional | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |