is not current version
Last Version 1.4.21

org.wicketstuff:ddcalendar-parent 1.4.11

A calendar panel which allows to add items from a list using drag and drop. The calendar can also be used without this functionality. This is the parent for the actual project and the examples. See the child project "ddcalendar" for a more complete description.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

ddcalendar-parent
Version

Version

1.4.11
Type

Type

pom

Download ddcalendar-parent 1.4.11


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