is not current version
Last Version 2.0.1

com.googlecode.wicked-charts:highcharts-wrapper 2.0.0

A Java wrapper dor the Highcharts javascript library to include interactive charts in your Java web application.

Categories

Categories

Charts User Interface
GroupId

GroupId

com.googlecode.wicked-charts
ArtifactId

ArtifactId

highcharts-wrapper
Version

Version

2.0.0
Type

Type

jar

Download highcharts-wrapper 2.0.0


<!-- https://jarcasting.com/artifacts/com.googlecode.wicked-charts/highcharts-wrapper/ -->
<dependency>
    <groupId>com.googlecode.wicked-charts</groupId>
    <artifactId>highcharts-wrapper</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.wicked-charts/highcharts-wrapper/
implementation 'com.googlecode.wicked-charts:highcharts-wrapper:2.0.0'
// https://jarcasting.com/artifacts/com.googlecode.wicked-charts/highcharts-wrapper/
implementation ("com.googlecode.wicked-charts:highcharts-wrapper:2.0.0")
'com.googlecode.wicked-charts:highcharts-wrapper:jar:2.0.0'
<dependency org="com.googlecode.wicked-charts" name="highcharts-wrapper" rev="2.0.0">
  <artifact name="highcharts-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.wicked-charts', module='highcharts-wrapper', version='2.0.0')
)
libraryDependencies += "com.googlecode.wicked-charts" % "highcharts-wrapper" % "2.0.0"
[com.googlecode.wicked-charts/highcharts-wrapper "2.0.0"]