MVN

com.toedter : jcalendar

Maven & Gradle

Sep 04, 2013
27 usages

JCalendar · JCalendar is a Java date chooser bean for graphically picking a date. JCalendar is composed of several other Java beans, a JDayChooser, a JMonthChooser and a JYearChooser. All these beans have a locale property, provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale property editor. So they can easily be used in GUI builders. Also part of the package is a JDateChooser, a bean composed of an IDateEditor (for direct date editing) and a button for opening a JCalendar for selecting the date.

<dependency>
    <groupId>com.toedter</groupId>
    <artifactId>jcalendar</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.toedter : jcalendar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.toedter : jcalendar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
jcalendar-1.4
1.3.x
jcalendar-1.3.2
1.2.x
jcalendar-1.2.2
1.1.x
jcalendar-1.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.toedter</groupId>
    <artifactId>jcalendar</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.toedter : jcalendar gradle dependency to your build.gradle file:

implementation 'com.toedter:jcalendar:1.4'

Gradle Kotlin DSL: Add the following com.toedter : jcalendar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.toedter:jcalendar:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.toedter : jcalendar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.toedter" % "jcalendar" % "1.4"

Advertisement

Dependencies from Group

Sep 04, 2013
27 usages
May 29, 2023
97 stars

Discover Dependencies

Jul 19, 2023
225 usages
1k stars
Feb 12, 2023
135 usages
73 stars
Aug 18, 2023
111 usages
2.7k stars
Oct 05, 2021
355 stars
Aug 10, 2023
157 usages
2.1k stars
Aug 23, 2023
272 usages
Mar 17, 2023
3.1k usages
2.1k stars
Apr 27, 2023
228 usages
169 stars
Jul 26, 2023
952 usages
1.3k stars