Download gwt-dnd-3.1.2.jar file - Jar g

Jar examples for g:gwt-dnd

Description

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

You can download jar file gwt-dnd 3.1.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gwt-dnd-3.1.2.jar to your project.

<dependency>
   <groupId>com.allen-sauer.gwt.dnd</groupId>
   <artifactId>gwt-dnd</artifactId>
   <version>3.1.2</version>
</dependency>
compile group: 'com.allen-sauer.gwt.dnd', name: 'gwt-dnd', version: '3.1.2'
libraryDependencies += "com.allen-sauer.gwt.dnd" % "gwt-dnd" % "3.1.2"
<dependency org="com.allen-sauer.gwt.dnd" name="gwt-dnd" rev="3.1.2"/>
@Grapes(@Grab(group='com.allen-sauer.gwt.dnd', module='gwt-dnd', version='3.1.2'))
'com.allen-sauer.gwt.dnd:gwt-dnd:jar:3.1.2'

Download

Click the following link to download the jar file.

gwt-dnd-3.1.2-javadoc.jar
gwt-dnd-3.1.2-sources.jar
gwt-dnd-3.1.2.jar
gwt-dnd-3.1.2.pom



Related Tutorials