| License |
License |
|---|---|
| GroupId | GroupIdio.github.lzh0379 |
| ArtifactId | ArtifactIdjdatepicker |
| Last Version | Last Version2.0.3 |
| Release Date | Release Date |
| 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-2.0.3.pom | |
| jdatepicker-2.0.3.jar | 61 KB |
| jdatepicker-2.0.3-sources.jar | 52 KB |
| jdatepicker-2.0.3-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.lzh0379/jdatepicker/ -->
<dependency>
<groupId>io.github.lzh0379</groupId>
<artifactId>jdatepicker</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lzh0379/jdatepicker/
implementation 'io.github.lzh0379:jdatepicker:2.0.3'
// https://jarcasting.com/artifacts/io.github.lzh0379/jdatepicker/
implementation ("io.github.lzh0379:jdatepicker:2.0.3")
'io.github.lzh0379:jdatepicker:jar:2.0.3'
<dependency org="io.github.lzh0379" name="jdatepicker" rev="2.0.3">
<artifact name="jdatepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lzh0379', module='jdatepicker', version='2.0.3')
)
libraryDependencies += "io.github.lzh0379" % "jdatepicker" % "2.0.3"
[io.github.lzh0379/jdatepicker "2.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |