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