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