GroupId | GroupIdcom.jwebmp.plugins.graphing |
---|---|
ArtifactId | ArtifactIdChartJS |
Version | Version1.2.0.1-jre15 |
Type | Typejar |
Filename | Size |
---|---|
ChartJS-1.2.0.1-jre15.pom | |
ChartJS-1.2.0.1-jre15.jar | 376 KB |
ChartJS-1.2.0.1-jre15-sources.jar | 381 KB |
ChartJS-1.2.0.1-jre15-javadoc.jar | 837 KB |
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-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.plugins.graphing/ChartJS/
implementation 'com.jwebmp.plugins.graphing:ChartJS:1.2.0.1-jre15'
// https://jarcasting.com/artifacts/com.jwebmp.plugins.graphing/ChartJS/
implementation ("com.jwebmp.plugins.graphing:ChartJS:1.2.0.1-jre15")
'com.jwebmp.plugins.graphing:ChartJS:jar:1.2.0.1-jre15'
<dependency org="com.jwebmp.plugins.graphing" name="ChartJS" rev="1.2.0.1-jre15">
<artifact name="ChartJS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.plugins.graphing', module='ChartJS', version='1.2.0.1-jre15')
)
libraryDependencies += "com.jwebmp.plugins.graphing" % "ChartJS" % "1.2.0.1-jre15"
[com.jwebmp.plugins.graphing/ChartJS "1.2.0.1-jre15"]