MVN

com.googlecode.gwtupload : gwtupload-project

Maven & Gradle

Jan 13, 2015
50 stars

GwtUpload project · GWTUpload is a library for uploading files to web servers, showing a progress bar with real information about the process (file size, bytes transferred, etc). It uses ajax requests to ask the web server for the upload progress. It has two components written in java, the server side with servlet and utility classes, and the client side that is compiled into javascript using gwt. GWTUpload-gae is a library with aditional classes needed for using GwtUpload in Google Application Engine (GAE). JSUpload is the client library but compiled and exported into javascript, so users without Gwt skills can use it directly in their web pages. It includes a bunch of useful examples to learn how to use the library and see its features.

<dependency>
    <groupId>com.googlecode.gwtupload</groupId>
    <artifactId>gwtupload-project</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.gwtupload : gwtupload-project to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.googlecode.gwtupload : gwtupload-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
gwtupload-project-1.0.3
gwtupload-project-1.0.1
gwtupload-project-1.0.0
0.6.x
gwtupload-project-0.6.6
gwtupload-project-0.6.5
gwtupload-project-0.6.4
gwtupload-project-0.6.3
gwtupload-project-0.6.1
0.6
gwtupload-project-0.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.gwtupload</groupId>
    <artifactId>gwtupload-project</artifactId>
    <version>1.0.3</version>
</dependency>

Advertisement