License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-chartjs |
Version | Version0.8.0 |
Type | Typejar |
Description |
Descriptionreact-chartjs
WebJar for react-chartjs
|
Project URL |
Project URL |
Filename | Size |
---|---|
react-chartjs-0.8.0.pom | |
react-chartjs-0.8.0.jar | 13 KB |
react-chartjs-0.8.0-sources.jar | 22 bytes |
react-chartjs-0.8.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-chartjs/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-chartjs</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-chartjs/
implementation 'org.webjars.npm:react-chartjs:0.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-chartjs/
implementation ("org.webjars.npm:react-chartjs:0.8.0")
'org.webjars.npm:react-chartjs:jar:0.8.0'
<dependency org="org.webjars.npm" name="react-chartjs" rev="0.8.0">
<artifact name="react-chartjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-chartjs', version='0.8.0')
)
libraryDependencies += "org.webjars.npm" % "react-chartjs" % "0.8.0"
[org.webjars.npm/react-chartjs "0.8.0"]