JDP Java Date Picker
JDP is a Java datepicker control using Swing.
License |
License |
---|---|
GroupId | GroupIdeu.hansolo |
ArtifactId | ArtifactIdjdp |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDP
JDP is a Java datepicker using Swing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdp-1.5.pom | |
jdp-1.5.jar | 30 KB |
jdp-1.5-sources.jar | 17 KB |
jdp-1.5-javadoc.jar | 468 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.hansolo/jdp/ -->
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>jdp</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hansolo/jdp/
implementation 'eu.hansolo:jdp:1.5'
// https://jarcasting.com/artifacts/eu.hansolo/jdp/
implementation ("eu.hansolo:jdp:1.5")
'eu.hansolo:jdp:jar:1.5'
<dependency org="eu.hansolo" name="jdp" rev="1.5">
<artifact name="jdp" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hansolo', module='jdp', version='1.5')
)
libraryDependencies += "eu.hansolo" % "jdp" % "1.5"
[eu.hansolo/jdp "1.5"]
JDP is a Java datepicker control using Swing.