Dropzone-GWT

This is a dropzone.js GWT wrapper, production ready

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.github.andrezimmermann
Идентификатор

Идентификатор

dropzone-gwt
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Dropzone-GWT
This is a dropzone.js GWT wrapper, production ready
Ссылка на сайт

Ссылка на сайт

https://github.com/andrezimmermann/dropzone-gwt
Система контроля версий

Система контроля версий

https://github.com/andrezimmermann/dropzone-gwt

Скачать dropzone-gwt

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.andrezimmermann/dropzone-gwt/ -->
<dependency>
    <groupId>com.github.andrezimmermann</groupId>
    <artifactId>dropzone-gwt</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrezimmermann/dropzone-gwt/
implementation 'com.github.andrezimmermann:dropzone-gwt:0.0.4'
// https://jarcasting.com/artifacts/com.github.andrezimmermann/dropzone-gwt/
implementation ("com.github.andrezimmermann:dropzone-gwt:0.0.4")
'com.github.andrezimmermann:dropzone-gwt:jar:0.0.4'
<dependency org="com.github.andrezimmermann" name="dropzone-gwt" rev="0.0.4">
  <artifact name="dropzone-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrezimmermann', module='dropzone-gwt', version='0.0.4')
)
libraryDependencies += "com.github.andrezimmermann" % "dropzone-gwt" % "0.0.4"
[com.github.andrezimmermann/dropzone-gwt "0.0.4"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.7.0

runtime (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-servlet jar 2.7.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.google.gwt : gwt-dev jar 2.7.0

Модули Проекта

Данный проект не имеет модулей.

dropzone-gwt

This is a dropzone.js GWT wrapper


What?

This bundles Dropzone.js into a small GWT lib, injecting it's Javascript and CSS files during runtime and wrapping the JSNI calls to the Dropzone.js code, convenitenly exposing the API as a GWT Widget.

##How?

Add this dependency at your pom.xml

<dependency>
  <groupId>com.github.andrezimmermann</groupId>
  <artifactId>dropzone-gwt</artifactId>
  <version>0.0.4</version>
</dependency>

Inherit the Dropzone module at your gwt.xml

<inherits name='com.github.andrezimmermann.dropzone.Dropzone' />

Instantiate a com.github.andrezimmermann.dropzone.client.Dropzone widget, and add to a Container, see the magic happen.

Build Status

Версии библиотеки

Версия
0.0.4