Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-calendarviews |
Version | Version1.5.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-calendarviews/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-calendarviews</artifactId>
<version>1.5.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-calendarviews/
implementation 'org.wicketstuff:wicketstuff-calendarviews:1.5.8.1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-calendarviews/
implementation ("org.wicketstuff:wicketstuff-calendarviews:1.5.8.1")
'org.wicketstuff:wicketstuff-calendarviews:jar:1.5.8.1'
<dependency org="org.wicketstuff" name="wicketstuff-calendarviews" rev="1.5.8.1">
<artifact name="wicketstuff-calendarviews" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-calendarviews', version='1.5.8.1')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-calendarviews" % "1.5.8.1"
[org.wicketstuff/wicketstuff-calendarviews "1.5.8.1"]