GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdchartjs |
Version | Version26962ce |
Type | Typejar |
Filename | Size |
---|---|
chartjs-26962ce.pom | |
chartjs-26962ce.jar | 20 KB |
chartjs-26962ce-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/chartjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>chartjs</artifactId>
<version>26962ce</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/chartjs/
implementation 'org.webjars:chartjs:26962ce'
// https://jarcasting.com/artifacts/org.webjars/chartjs/
implementation ("org.webjars:chartjs:26962ce")
'org.webjars:chartjs:jar:26962ce'
<dependency org="org.webjars" name="chartjs" rev="26962ce">
<artifact name="chartjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='chartjs', version='26962ce')
)
libraryDependencies += "org.webjars" % "chartjs" % "26962ce"
[org.webjars/chartjs "26962ce"]