is not current version
Last Version 1.3.2

net.sourceforge.jdatepicker:jdatepicker 1.2.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jdatepicker
ArtifactId

ArtifactId

jdatepicker
Version

Version

1.2.1
Type

Type

jar

Download jdatepicker 1.2.1


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