License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-gchart-parent |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicket Google Charts - Parent
wicket-gchart is a component to use Google Charts in your Wicket application.
It is written for the v45 API based on https://www.gstatic.com/charts/loader.js,
whereas googlecharts from wicketstuff is based on the old deprecated Image Charts API.
|
Filename | Size |
---|---|
wicket-gchart-parent-9.10.0.pom | 991 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-gchart-parent</artifactId>
<version>9.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart-parent/
implementation 'org.wicketstuff:wicket-gchart-parent:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart-parent/
implementation ("org.wicketstuff:wicket-gchart-parent:9.10.0")
'org.wicketstuff:wicket-gchart-parent:pom:9.10.0'
<dependency org="org.wicketstuff" name="wicket-gchart-parent" rev="9.10.0">
<artifact name="wicket-gchart-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-gchart-parent', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-gchart-parent" % "9.10.0"
[org.wicketstuff/wicket-gchart-parent "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |