Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.code-troopers |
ArtifactId | ArtifactIdwicket-daterangepicker |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
wicket-daterangepicker-0.1.pom | |
wicket-daterangepicker-0.1.jar | 19 KB |
wicket-daterangepicker-0.1-sources.jar | 13 KB |
wicket-daterangepicker-0.1-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.code-troopers/wicket-daterangepicker/ -->
<dependency>
<groupId>com.code-troopers</groupId>
<artifactId>wicket-daterangepicker</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.code-troopers/wicket-daterangepicker/
implementation 'com.code-troopers:wicket-daterangepicker:0.1'
// https://jarcasting.com/artifacts/com.code-troopers/wicket-daterangepicker/
implementation ("com.code-troopers:wicket-daterangepicker:0.1")
'com.code-troopers:wicket-daterangepicker:jar:0.1'
<dependency org="com.code-troopers" name="wicket-daterangepicker" rev="0.1">
<artifact name="wicket-daterangepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code-troopers', module='wicket-daterangepicker', version='0.1')
)
libraryDependencies += "com.code-troopers" % "wicket-daterangepicker" % "0.1"
[com.code-troopers/wicket-daterangepicker "0.1"]