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