MVN

com.allen-sauer.gwt.dnd : gwt-dnd

Maven & Gradle

May 13, 2015
30 usages
40 stars

gwt-dnd · Library providing easy to use drag-and-drop capabilities to Google Web Toolkit (GWT) projects.

<dependency>
    <groupId>com.allen-sauer.gwt.dnd</groupId>
    <artifactId>gwt-dnd</artifactId>
    <version>3.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.allen-sauer.gwt.dnd : gwt-dnd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.4

All Versions

Choose a version of com.allen-sauer.gwt.dnd : gwt-dnd to add to Maven or Gradle - All Versions:

  • Version Updated
  • gwt-dnd-3.3.4

    May 13, 2015
  • gwt-dnd-3.3.3

    Dec 02, 2014
  • gwt-dnd-3.3.2

    Aug 20, 2014
  • gwt-dnd-3.3.1

    Jul 03, 2014
  • gwt-dnd-3.3.0

    Feb 06, 2014
  • gwt-dnd-3.2.3

    Apr 11, 2013
  • gwt-dnd-3.2.2

    Apr 02, 2013
  • gwt-dnd-3.2.1

    Mar 29, 2013
  • gwt-dnd-3.2.0

    Nov 29, 2012
  • gwt-dnd-3.1.2

    Sep 30, 2011
  • gwt-dnd-r1137b

    Sep 20, 2011
  • gwt-dnd-r1137

    Sep 19, 2011
  • gwt-dnd-r1133

    Sep 15, 2011

How to add a dependency to Maven

Add the following com.allen-sauer.gwt.dnd : gwt-dnd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.allen-sauer.gwt.dnd</groupId>
    <artifactId>gwt-dnd</artifactId>
    <version>3.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.allen-sauer.gwt.dnd : gwt-dnd gradle dependency to your build.gradle file:

implementation 'com.allen-sauer.gwt.dnd:gwt-dnd:3.3.4'

Gradle Kotlin DSL: Add the following com.allen-sauer.gwt.dnd : gwt-dnd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.allen-sauer.gwt.dnd:gwt-dnd:3.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.allen-sauer.gwt.dnd : gwt-dnd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.allen-sauer.gwt.dnd" % "gwt-dnd" % "3.3.4"