MVN

eu.future-earth.gwt : ftr-gwt-calendar-ui

Maven & Gradle

Jul 12, 2015

The UI Calendar Library. · The Gwt Calendar UI

<dependency>
    <groupId>eu.future-earth.gwt</groupId>
    <artifactId>ftr-gwt-calendar-ui</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.future-earth.gwt : ftr-gwt-calendar-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of eu.future-earth.gwt : ftr-gwt-calendar-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3
ftr-gwt-calendar-ui-3.3
3.1
ftr-gwt-calendar-ui-3.1
3.0
ftr-gwt-calendar-ui-3.0
2.2
ftr-gwt-calendar-ui-2.2
2.0
ftr-gwt-calendar-ui-2.0

How to add a dependency to Maven

Add the following eu.future-earth.gwt : ftr-gwt-calendar-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.future-earth.gwt</groupId>
    <artifactId>ftr-gwt-calendar-ui</artifactId>
    <version>3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.future-earth.gwt : ftr-gwt-calendar-ui gradle dependency to your build.gradle file:

implementation 'eu.future-earth.gwt:ftr-gwt-calendar-ui:3.3'

Gradle Kotlin DSL: Add the following eu.future-earth.gwt : ftr-gwt-calendar-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.future-earth.gwt:ftr-gwt-calendar-ui:3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.future-earth.gwt : ftr-gwt-calendar-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.future-earth.gwt" % "ftr-gwt-calendar-ui" % "3.3"