MVN

net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples

Maven & Gradle

Mar 13, 2019
24 stars

Wicket-FullCalendar Examples · Provides examples and usages

<dependency>
    <groupId>net.ftlines.wicket-fullcalendar</groupId>
    <artifactId>wicket-fullcalendar-examples</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
wicket-fullcalendar-examples-4.2
4.1
wicket-fullcalendar-examples-4.1
4.0
wicket-fullcalendar-examples-4.0
3.0
wicket-fullcalendar-examples-3.0
2.2.x
wicket-fullcalendar-examples-2.2.0
2.1
wicket-fullcalendar-examples-2.1
2.0
wicket-fullcalendar-examples-2.0
1.2.x
wicket-fullcalendar-examples-1.2.1
1.2
wicket-fullcalendar-examples-1.2
1.1
wicket-fullcalendar-examples-1.1

How to add a dependency to Maven

Add the following net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.ftlines.wicket-fullcalendar</groupId>
    <artifactId>wicket-fullcalendar-examples</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples gradle dependency to your build.gradle file:

implementation 'net.ftlines.wicket-fullcalendar:wicket-fullcalendar-examples:4.2'

Gradle Kotlin DSL: Add the following net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("net.ftlines.wicket-fullcalendar:wicket-fullcalendar-examples:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.ftlines.wicket-fullcalendar : wicket-fullcalendar-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "net.ftlines.wicket-fullcalendar" % "wicket-fullcalendar-examples" % "4.2"