jdatepicker

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jdatepicker
ArtifactId

ArtifactId

jdatepicker
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

jdatepicker
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.

Download jdatepicker

How to add to project

<!-- https://jarcasting.com/artifacts/net.sourceforge.jdatepicker/jdatepicker/ -->
<dependency>
    <groupId>net.sourceforge.jdatepicker</groupId>
    <artifactId>jdatepicker</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jdatepicker/jdatepicker/
implementation 'net.sourceforge.jdatepicker:jdatepicker:1.3.2'
// https://jarcasting.com/artifacts/net.sourceforge.jdatepicker/jdatepicker/
implementation ("net.sourceforge.jdatepicker:jdatepicker:1.3.2")
'net.sourceforge.jdatepicker:jdatepicker:jar:1.3.2'
<dependency org="net.sourceforge.jdatepicker" name="jdatepicker" rev="1.3.2">
  <artifact name="jdatepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jdatepicker', module='jdatepicker', version='1.3.2')
)
libraryDependencies += "net.sourceforge.jdatepicker" % "jdatepicker" % "1.3.2"
[net.sourceforge.jdatepicker/jdatepicker "1.3.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.2
1.3.1
1.3.0
1.2.1
1.1.0