is not current version
Last Version 5.1.2

org.webjars:echarts 3.2.3

WebJar for ECharts

Categories

Categories

Charts User Interface
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

echarts
Version

Version

3.2.3
Type

Type

jar

Download echarts 3.2.3


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