License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.vedenin |
ArtifactId | ArtifactIdgwt_dnd |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionGWT Dnd core
Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt_dnd-1.0.pom | |
gwt_dnd-1.0.jar | 137 KB |
gwt_dnd-1.0-sources.jar | 71 KB |
gwt_dnd-1.0-javadoc.jar | 294 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vedenin/gwt_dnd/ -->
<dependency>
<groupId>com.github.vedenin</groupId>
<artifactId>gwt_dnd</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vedenin/gwt_dnd/
implementation 'com.github.vedenin:gwt_dnd:1.0'
// https://jarcasting.com/artifacts/com.github.vedenin/gwt_dnd/
implementation ("com.github.vedenin:gwt_dnd:1.0")
'com.github.vedenin:gwt_dnd:jar:1.0'
<dependency org="com.github.vedenin" name="gwt_dnd" rev="1.0">
<artifact name="gwt_dnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vedenin', module='gwt_dnd', version='1.0')
)
libraryDependencies += "com.github.vedenin" % "gwt_dnd" % "1.0"
[com.github.vedenin/gwt_dnd "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.kohsuke : pgp-maven-plugin | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | |
com.google.gwt : gwt-dev | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt.gwtmockito : gwtmockito | jar | 1.1.8 |
junit : junit | jar | 4.11 |