MVN

org.jbundle.util.jcalendarbutton : org.jbundle.util.jcalendarbutton

Maven & Gradle

Apr 01, 2023
10 usages
1 stars

jbundle-util-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.util.jcalendarbutton</groupId>
    <artifactId>org.jbundle.util.jcalendarbutton</artifactId>
    <version>1.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.8

All Versions

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

Version Vulnerabilities Updated
1.6.x
org.jbundle.util.jcalendarbutton-1.6.8
org.jbundle.util.jcalendarbutton-1.6.7
org.jbundle.util.jcalendarbutton-1.6.6
org.jbundle.util.jcalendarbutton-1.6.5
org.jbundle.util.jcalendarbutton-1.6.4
org.jbundle.util.jcalendarbutton-1.6.2
org.jbundle.util.jcalendarbutton-1.6.1
org.jbundle.util.jcalendarbutton-1.6.0
1.5.x
org.jbundle.util.jcalendarbutton-1.5.4
org.jbundle.util.jcalendarbutton-1.5.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jbundle.util.jcalendarbutton</groupId>
    <artifactId>org.jbundle.util.jcalendarbutton</artifactId>
    <version>1.6.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jbundle.util.jcalendarbutton:org.jbundle.util.jcalendarbutton:1.6.8'

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

implementation("org.jbundle.util.jcalendarbutton:org.jbundle.util.jcalendarbutton:1.6.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jbundle.util.jcalendarbutton" % "org.jbundle.util.jcalendarbutton" % "1.6.8"