Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdddcalendar |
Version | Version1.4.16.1 |
Type | Typejar |
Filename | Size |
---|---|
ddcalendar-1.4.16.1.pom | |
ddcalendar-1.4.16.1.jar | 28 KB |
ddcalendar-1.4.16.1-sources.jar | 14 KB |
ddcalendar-1.4.16.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/ddcalendar/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>ddcalendar</artifactId>
<version>1.4.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/ddcalendar/
implementation 'org.wicketstuff:ddcalendar:1.4.16.1'
// https://jarcasting.com/artifacts/org.wicketstuff/ddcalendar/
implementation ("org.wicketstuff:ddcalendar:1.4.16.1")
'org.wicketstuff:ddcalendar:jar:1.4.16.1'
<dependency org="org.wicketstuff" name="ddcalendar" rev="1.4.16.1">
<artifact name="ddcalendar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='ddcalendar', version='1.4.16.1')
)
libraryDependencies += "org.wicketstuff" % "ddcalendar" % "1.4.16.1"
[org.wicketstuff/ddcalendar "1.4.16.1"]