Download gwt-dnd-3.3.0.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.3.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials