GroupId | GroupIdcom.jwebmp.plugins.graphing |
---|---|
ArtifactId | ArtifactIdChartJS |
Version | Version1.2.0.1-jre11 |
Type | Typejar |
Filename | Size |
---|---|
ChartJS-1.2.0.1-jre11.pom | |
ChartJS-1.2.0.1-jre11.jar | 375 KB |
ChartJS-1.2.0.1-jre11-sources.jar | 381 KB |
ChartJS-1.2.0.1-jre11-javadoc.jar | 556 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.plugins.graphing/ChartJS/ -->
<dependency>
<groupId>com.jwebmp.plugins.graphing</groupId>
<artifactId>ChartJS</artifactId>
<version>1.2.0.1-jre11</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.plugins.graphing/ChartJS/
implementation 'com.jwebmp.plugins.graphing:ChartJS:1.2.0.1-jre11'
// https://jarcasting.com/artifacts/com.jwebmp.plugins.graphing/ChartJS/
implementation ("com.jwebmp.plugins.graphing:ChartJS:1.2.0.1-jre11")
'com.jwebmp.plugins.graphing:ChartJS:jar:1.2.0.1-jre11'
<dependency org="com.jwebmp.plugins.graphing" name="ChartJS" rev="1.2.0.1-jre11">
<artifact name="ChartJS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.plugins.graphing', module='ChartJS', version='1.2.0.1-jre11')
)
libraryDependencies += "com.jwebmp.plugins.graphing" % "ChartJS" % "1.2.0.1-jre11"
[com.jwebmp.plugins.graphing/ChartJS "1.2.0.1-jre11"]