License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.code.gwt-dnd |
ArtifactId | ArtifactIdgwt-dragdrop |
Version | Version1.2.6 |
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-dragdrop-1.2.6.pom | |
gwt-dragdrop-1.2.6.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.gwt-dnd/gwt-dragdrop/ -->
<dependency>
<groupId>com.google.code.gwt-dnd</groupId>
<artifactId>gwt-dragdrop</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwt-dnd/gwt-dragdrop/
implementation 'com.google.code.gwt-dnd:gwt-dragdrop:1.2.6'
// https://jarcasting.com/artifacts/com.google.code.gwt-dnd/gwt-dragdrop/
implementation ("com.google.code.gwt-dnd:gwt-dragdrop:1.2.6")
'com.google.code.gwt-dnd:gwt-dragdrop:jar:1.2.6'
<dependency org="com.google.code.gwt-dnd" name="gwt-dragdrop" rev="1.2.6">
<artifact name="gwt-dragdrop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwt-dnd', module='gwt-dragdrop', version='1.2.6')
)
libraryDependencies += "com.google.code.gwt-dnd" % "gwt-dragdrop" % "1.2.6"
[com.google.code.gwt-dnd/gwt-dragdrop "1.2.6"]