MVN

ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts

Maven & Gradle

Oct 28, 2015
1 usages
52 stars

HighCharts (Wicked-Charts) Widget

<dependency>
    <groupId>ro.fortsoft.wicket.dashboard.widgets</groupId>
    <artifactId>wicket-dashboard-wicked-charts</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
wicket-dashboard-wicked-charts-0.13.0
wicket-dashboard-wicked-charts-0.13.0+wicket-7
0.12.x
wicket-dashboard-wicked-charts-0.12.0
wicket-dashboard-wicked-charts-0.12.1+wicket-7
wicket-dashboard-wicked-charts-0.12.0+wicket-7
0.11.x
wicket-dashboard-wicked-charts-0.11.0
wicket-dashboard-wicked-charts-0.11.0+wicket-7
0.10
wicket-dashboard-wicked-charts-0.10

How to add a dependency to Maven

Add the following ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.fortsoft.wicket.dashboard.widgets</groupId>
    <artifactId>wicket-dashboard-wicked-charts</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts gradle dependency to your build.gradle file:

implementation 'ro.fortsoft.wicket.dashboard.widgets:wicket-dashboard-wicked-charts:0.13.0'

Gradle Kotlin DSL: Add the following ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.fortsoft.wicket.dashboard.widgets:wicket-dashboard-wicked-charts:0.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.fortsoft.wicket.dashboard.widgets : wicket-dashboard-wicked-charts sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.fortsoft.wicket.dashboard.widgets" % "wicket-dashboard-wicked-charts" % "0.13.0"

Advertisement