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