MVN

org.wicketstuff : wicketstuff-calendarviews

Maven & Gradle

Feb 14, 2015
330 stars

CalendarViews · WicketStuff CalendarViews aims to provide several Wicket components that make it easy to incorporate a calendar into your application. These calendars can be used to display events and schedules. NOTE: these are not kin to the datepicker style components for use in forms - these are for displaying calendars of data, not receiving date input.

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-calendarviews</artifactId>
    <version>1.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.13
  • Latest Release Candidate: 1.5-RC7

All Versions

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

Version Vulnerabilities Updated
1.5.x
wicketstuff-calendarviews-1.5.13
wicketstuff-calendarviews-1.5.10
wicketstuff-calendarviews-1.5.9.1
wicketstuff-calendarviews-1.5.9
wicketstuff-calendarviews-1.5.8.1
wicketstuff-calendarviews-1.5.8
wicketstuff-calendarviews-1.5.7
wicketstuff-calendarviews-1.5.5
wicketstuff-calendarviews-1.5.4
wicketstuff-calendarviews-1.5.3.1
wicketstuff-calendarviews-1.5.3
wicketstuff-calendarviews-1.5.2
wicketstuff-calendarviews-1.5.1
wicketstuff-calendarviews-1.5.0
1.5
wicketstuff-calendarviews-1.5-RC7
wicketstuff-calendarviews-1.5-RC5.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-calendarviews</artifactId>
    <version>1.5.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wicketstuff:wicketstuff-calendarviews:1.5.13'

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

implementation("org.wicketstuff:wicketstuff-calendarviews:1.5.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wicketstuff" % "wicketstuff-calendarviews" % "1.5.13"

Advertisement