MVN

org.jbundle.thin.base.screen : jcalendarbutton

Maven & Gradle

Dec 15, 2010

JCalendarButton - Date and Time Popup Buttons · JCalendarButton is a simple java swing component that displays a popup calendar next to a date input field.

<dependency>
    <groupId>org.jbundle.thin.base.screen</groupId>
    <artifactId>jcalendarbutton</artifactId>
    <version>1.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbundle.thin.base.screen : jcalendarbutton to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.6

All Versions

Choose a version of org.jbundle.thin.base.screen : jcalendarbutton to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
jcalendarbutton-1.4.6
jcalendarbutton-1.4.5

How to add a dependency to Maven

Add the following org.jbundle.thin.base.screen : jcalendarbutton maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jbundle.thin.base.screen</groupId>
    <artifactId>jcalendarbutton</artifactId>
    <version>1.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbundle.thin.base.screen : jcalendarbutton gradle dependency to your build.gradle file:

implementation 'org.jbundle.thin.base.screen:jcalendarbutton:1.4.6'

Gradle Kotlin DSL: Add the following org.jbundle.thin.base.screen : jcalendarbutton gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbundle.thin.base.screen:jcalendarbutton:1.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbundle.thin.base.screen : jcalendarbutton sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbundle.thin.base.screen" % "jcalendarbutton" % "1.4.6"