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