Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.github.mholzer85.wicket-fullcalendar |
ArtifactId | ArtifactIdwicket-fullcalendar-core |
Version | Version4.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.mholzer85.wicket-fullcalendar/wicket-fullcalendar-core/ -->
<dependency>
<groupId>io.github.mholzer85.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-core</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mholzer85.wicket-fullcalendar/wicket-fullcalendar-core/
implementation 'io.github.mholzer85.wicket-fullcalendar:wicket-fullcalendar-core:4.3.1'
// https://jarcasting.com/artifacts/io.github.mholzer85.wicket-fullcalendar/wicket-fullcalendar-core/
implementation ("io.github.mholzer85.wicket-fullcalendar:wicket-fullcalendar-core:4.3.1")
'io.github.mholzer85.wicket-fullcalendar:wicket-fullcalendar-core:jar:4.3.1'
<dependency org="io.github.mholzer85.wicket-fullcalendar" name="wicket-fullcalendar-core" rev="4.3.1">
<artifact name="wicket-fullcalendar-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mholzer85.wicket-fullcalendar', module='wicket-fullcalendar-core', version='4.3.1')
)
libraryDependencies += "io.github.mholzer85.wicket-fullcalendar" % "wicket-fullcalendar-core" % "4.3.1"
[io.github.mholzer85.wicket-fullcalendar/wicket-fullcalendar-core "4.3.1"]