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