d

dropzone-gwt

This is a dropzone.js GWT wrapper, production ready
https://github.com/andrezimmermann/dropzone-gwt
MIT License
André Zimmermann
Files download
File Operation
dropzone-gwt-0.0.4.jar download
dropzone-gwt-0.0.4.pom download
dropzone-gwt-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.andrezimmermann</groupId>
  <artifactId>dropzone-gwt</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.andrezimmermann:dropzone-gwt:0.0.4'
Gradle Kotlin
implementation("com.github.andrezimmermann:dropzone-gwt:0.0.4")
Scala SBT
libraryDependencies += "com.github.andrezimmermann" % "dropzone-gwt" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andrezimmermann', module='dropzone-gwt', version='0.0.4')
)
Apache Ivy
<dependency org="com.github.andrezimmermann" name="dropzone-gwt" rev="0.0.4" />
Leiningen
[com.github.andrezimmermann/dropzone-gwt "0.0.4"]
Apache Buildr
'com.github.andrezimmermann:dropzone-gwt:jar:0.0.4'