| License |
License |
|---|---|
| Categories |
CategoriesCharts User Interface |
| GroupId | GroupIdcom.googlecode.wicked-charts |
| ArtifactId | ArtifactIdwicked-charts-highcharts |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWicked Charts Highcharts Abstraction
A Java abstraction of the Highcharts javascript library to include interactive charts in your Java web application.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.googlecode.wicked-charts/wicked-charts-highcharts/ -->
<dependency>
<groupId>com.googlecode.wicked-charts</groupId>
<artifactId>wicked-charts-highcharts</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.wicked-charts/wicked-charts-highcharts/
implementation 'com.googlecode.wicked-charts:wicked-charts-highcharts:1.5.0'
// https://jarcasting.com/artifacts/com.googlecode.wicked-charts/wicked-charts-highcharts/
implementation ("com.googlecode.wicked-charts:wicked-charts-highcharts:1.5.0")
'com.googlecode.wicked-charts:wicked-charts-highcharts:jar:1.5.0'
<dependency org="com.googlecode.wicked-charts" name="wicked-charts-highcharts" rev="1.5.0">
<artifact name="wicked-charts-highcharts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.wicked-charts', module='wicked-charts-highcharts', version='1.5.0')
)
libraryDependencies += "com.googlecode.wicked-charts" % "wicked-charts-highcharts" % "1.5.0"
[com.googlecode.wicked-charts/wicked-charts-highcharts "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.0.5 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.0.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.0.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |