License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.code.gwt-dnd |
ArtifactId | ArtifactIdgwt-dnd |
Last Version | Last Version2.5.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Drag and Drop Library
Library providing easy to use drag-and-drop capabilities to Google Web Toolkit (GWT) projects.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-dnd-2.5.6.pom | |
gwt-dnd-2.5.6.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.gwt-dnd/gwt-dnd/ -->
<dependency>
<groupId>com.google.code.gwt-dnd</groupId>
<artifactId>gwt-dnd</artifactId>
<version>2.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwt-dnd/gwt-dnd/
implementation 'com.google.code.gwt-dnd:gwt-dnd:2.5.6'
// https://jarcasting.com/artifacts/com.google.code.gwt-dnd/gwt-dnd/
implementation ("com.google.code.gwt-dnd:gwt-dnd:2.5.6")
'com.google.code.gwt-dnd:gwt-dnd:jar:2.5.6'
<dependency org="com.google.code.gwt-dnd" name="gwt-dnd" rev="2.5.6">
<artifact name="gwt-dnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwt-dnd', module='gwt-dnd', version='2.5.6')
)
libraryDependencies += "com.google.code.gwt-dnd" % "gwt-dnd" % "2.5.6"
[com.google.code.gwt-dnd/gwt-dnd "2.5.6"]