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