MVN

org.wicketstuff : wicket-gchart

Maven & Gradle

Jul 10, 2023
333 stars

Google Charts component for wicket · 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..

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-gchart</artifactId>
    <version>10.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : wicket-gchart to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.0-M1

All Versions

Choose a version of org.wicketstuff : wicket-gchart to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
wicket-gchart-10.0.0-M1
9.14.x
wicket-gchart-9.14.0
9.13.x
wicket-gchart-9.13.0
9.12.x
wicket-gchart-9.12.0
9.11.x
wicket-gchart-9.11.0
9.10.x
wicket-gchart-9.10.0
9.9.x
wicket-gchart-9.9.1
wicket-gchart-9.9.0
9.8.x
wicket-gchart-9.8.0
9.7.x
wicket-gchart-9.7.0
9.6.x
wicket-gchart-9.6.0
9.5.x
wicket-gchart-9.5.0
9.4.x
wicket-gchart-9.4.0
9.3.x
wicket-gchart-9.3.0
9.2.x
wicket-gchart-9.2.0
9.1.x
wicket-gchart-9.1.0
9.0.x
wicket-gchart-9.0.1-M3
wicket-gchart-9.0.0
wicket-gchart-9.0.0-M5.1
wicket-gchart-9.0.0-M5
wicket-gchart-9.0.0-M4
wicket-gchart-9.0.0-M3
wicket-gchart-9.0.0-M2
wicket-gchart-9.0.0-M1
8.15.x
wicket-gchart-8.15.0
8.14.x
wicket-gchart-8.14.0
8.13.x
wicket-gchart-8.13.0
8.12.x
wicket-gchart-8.12.0
8.11.x
wicket-gchart-8.11.0
8.10.x
wicket-gchart-8.10.0
8.9.x
wicket-gchart-8.9.0
8.8.x
wicket-gchart-8.8.0
8.7.x
wicket-gchart-8.7.0
8.6.x
wicket-gchart-8.6.0
8.5.x
wicket-gchart-8.5.0
8.4.x
wicket-gchart-8.4.0
8.3.x
wicket-gchart-8.3.0
8.2.x
wicket-gchart-8.2.0
8.1.x
wicket-gchart-8.1.0
8.0.x
wicket-gchart-8.0.0
wicket-gchart-8.0.0-M9
wicket-gchart-8.0.0-M8
7.18.x
wicket-gchart-7.18.0
7.17.x
wicket-gchart-7.17.0
7.16.x
wicket-gchart-7.16.0
7.15.x
wicket-gchart-7.15.0
7.14.x
wicket-gchart-7.14.0
7.13.x
wicket-gchart-7.13.0
7.12.x
wicket-gchart-7.12.0
7.11.x
wicket-gchart-7.11.0
7.10.x
wicket-gchart-7.10.0
7.9.x
wicket-gchart-7.9.0

How to add a dependency to Maven

Add the following org.wicketstuff : wicket-gchart maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-gchart</artifactId>
    <version>10.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicket-gchart gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicket-gchart:10.0.0-M1'

Gradle Kotlin DSL: Add the following org.wicketstuff : wicket-gchart gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:wicket-gchart:10.0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicket-gchart sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicket-gchart" % "10.0.0-M1"

Advertisement