is not current version
Last Version 9.10.0

org.wicketstuff:wicket-gchart-parent 8.14.0

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.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicket-gchart-parent
Version

Version

8.14.0
Type

Type

pom

Download wicket-gchart-parent 8.14.0

Filename Size
wicket-gchart-parent-8.14.0.pom 992 bytes
Browse

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