License |
License |
---|---|
Categories |
CategoriesCharts User Interface |
GroupId | GroupIdcom.googlecode.wicked-charts |
ArtifactId | ArtifactIdhighcharts-wrapper |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHighcharts Java Wrapper
A Java wrapper dor the Highcharts javascript library to include interactive charts in your Java web application.
|
Project URL |
Project URL |
Filename | Size |
---|---|
highcharts-wrapper-2.0.1.pom | |
highcharts-wrapper-2.0.1.jar | 185 KB |
highcharts-wrapper-2.0.1-sources.jar | 171 KB |
highcharts-wrapper-2.0.1-javadoc.jar | 974 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.wicked-charts/highcharts-wrapper/ -->
<dependency>
<groupId>com.googlecode.wicked-charts</groupId>
<artifactId>highcharts-wrapper</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.wicked-charts/highcharts-wrapper/
implementation 'com.googlecode.wicked-charts:highcharts-wrapper:2.0.1'
// https://jarcasting.com/artifacts/com.googlecode.wicked-charts/highcharts-wrapper/
implementation ("com.googlecode.wicked-charts:highcharts-wrapper:2.0.1")
'com.googlecode.wicked-charts:highcharts-wrapper:jar:2.0.1'
<dependency org="com.googlecode.wicked-charts" name="highcharts-wrapper" rev="2.0.1">
<artifact name="highcharts-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.wicked-charts', module='highcharts-wrapper', version='2.0.1')
)
libraryDependencies += "com.googlecode.wicked-charts" % "highcharts-wrapper" % "2.0.1"
[com.googlecode.wicked-charts/highcharts-wrapper "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.8.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |