MVN

org.jdatepicker : jdatepicker

Maven & Gradle

Oct 02, 2014
4 usages
142 stars

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.

<dependency>
    <groupId>org.jdatepicker</groupId>
    <artifactId>jdatepicker</artifactId>
    <version>1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdatepicker : jdatepicker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of org.jdatepicker : jdatepicker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jdatepicker-1.3.4

How to add a dependency to Maven

Add the following org.jdatepicker : jdatepicker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jdatepicker</groupId>
    <artifactId>jdatepicker</artifactId>
    <version>1.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdatepicker : jdatepicker gradle dependency to your build.gradle file:

implementation 'org.jdatepicker:jdatepicker:1.3.4'

Gradle Kotlin DSL: Add the following org.jdatepicker : jdatepicker gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdatepicker:jdatepicker:1.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdatepicker : jdatepicker sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdatepicker" % "jdatepicker" % "1.3.4"

Advertisement

Dependencies from Group

Oct 02, 2014
4 usages
142 stars

Discover Dependencies

Mar 25, 2015
15 usages
btm
Sep 15, 2013
176 usages
Oct 12, 2012
53 usages
Apr 22, 2014
61 usages
Feb 06, 2014
15 usages
96 stars
Feb 19, 2008
86 usages
Aug 16, 2013
29 usages
344 stars
Sep 20, 2005
16 usages
Sep 27, 2005
51 usages
Mar 18, 2015
1 usages
0 stars