is not current version
Last Version 9.10.0

org.wicketstuff:wicket-gchart 8.8.0

Integrate Google Charts API (v45) with wicket. The API tries not to hide all details of the Google API, but makes use of the JSON lib of wicket to mix Java, JavaScript and JSON in a transparent way..

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicket-gchart
Version

Version

8.8.0
Type

Type

jar

Download wicket-gchart 8.8.0


<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-gchart</artifactId>
    <version>8.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart/
implementation 'org.wicketstuff:wicket-gchart:8.8.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart/
implementation ("org.wicketstuff:wicket-gchart:8.8.0")
'org.wicketstuff:wicket-gchart:jar:8.8.0'
<dependency org="org.wicketstuff" name="wicket-gchart" rev="8.8.0">
  <artifact name="wicket-gchart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-gchart', version='8.8.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-gchart" % "8.8.0"
[org.wicketstuff/wicket-gchart "8.8.0"]