License |
License |
---|---|
GroupId | GroupIdorg.jdatepicker |
ArtifactId | ArtifactIdjdatepicker |
Version | Version1.3.4 |
Type | Typejar |
Description |
Descriptionjdatepicker
JDatePicker and JDatePanel is a Java Swing component. It is designed with the Model View Controller pattern and it uses the Java Calendar object as the model. The component may be used via a popup control or embedded on a panel.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdatepicker-1.3.4.pom | |
jdatepicker-1.3.4.jar | 41 KB |
jdatepicker-1.3.4-sources.jar | 37 KB |
jdatepicker-1.3.4-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdatepicker/jdatepicker/ -->
<dependency>
<groupId>org.jdatepicker</groupId>
<artifactId>jdatepicker</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdatepicker/jdatepicker/
implementation 'org.jdatepicker:jdatepicker:1.3.4'
// https://jarcasting.com/artifacts/org.jdatepicker/jdatepicker/
implementation ("org.jdatepicker:jdatepicker:1.3.4")
'org.jdatepicker:jdatepicker:jar:1.3.4'
<dependency org="org.jdatepicker" name="jdatepicker" rev="1.3.4">
<artifact name="jdatepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdatepicker', module='jdatepicker', version='1.3.4')
)
libraryDependencies += "org.jdatepicker" % "jdatepicker" % "1.3.4"
[org.jdatepicker/jdatepicker "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |