<dependency>
<groupId>io.github.mholzer85.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-parent</artifactId>
<version>4.3.2</version>
</dependency>
implementation group: 'io.github.mholzer85.wicket-fullcalendar', name: 'wicket-fullcalendar-parent', version: '4.3.2'
implementation 'io.github.mholzer85.wicket-fullcalendar:wicket-fullcalendar-parent:4.3.2'
implementation("io.github.mholzer85.wicket-fullcalendar:wicket-fullcalendar-parent:4.3.2")
libraryDependencies += "io.github.mholzer85.wicket-fullcalendar" % "wicket-fullcalendar-parent" % "4.3.2"
<dependency org="io.github.mholzer85.wicket-fullcalendar" name="wicket-fullcalendar-parent" rev="4.3.2"/>
@Grapes(
@Grab(group='io.github.mholzer85.wicket-fullcalendar', module='wicket-fullcalendar-parent', version='4.3.2')
)
[io.github.mholzer85.wicket-fullcalendar/wicket-fullcalendar-parent "4.3.2"]
'io.github.mholzer85.wicket-fullcalendar:wicket-fullcalendar-parent:jar:4.3.2'