Categories |
CategoriesCharts User Interface |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdecharts |
Version | Version4.4.0 |
Type | Typejar |
Filename | Size |
---|---|
echarts-4.4.0.pom | |
echarts-4.4.0.jar | 5 MB |
echarts-4.4.0-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/echarts/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>echarts</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/echarts/
implementation 'org.webjars:echarts:4.4.0'
// https://jarcasting.com/artifacts/org.webjars/echarts/
implementation ("org.webjars:echarts:4.4.0")
'org.webjars:echarts:jar:4.4.0'
<dependency org="org.webjars" name="echarts" rev="4.4.0">
<artifact name="echarts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='echarts', version='4.4.0')
)
libraryDependencies += "org.webjars" % "echarts" % "4.4.0"
[org.webjars/echarts "4.4.0"]