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