License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.wisepersist |
ArtifactId | ArtifactIdgwt-uploader |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongwt-uploader
GWT Uploader is a freely available open source GWT library that encapsulates the file upload capabilities provided by the File and XMLHttpRequest Level 2 APIs as well as the SWFUpload library.
|
Filename | Size |
---|---|
gwt-uploader-1.2.3.pom | |
gwt-uploader-1.2.3.jar | 139 KB |
gwt-uploader-1.2.3-sources.jar | 88 KB |
gwt-uploader-1.2.3-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wisepersist/gwt-uploader/ -->
<dependency>
<groupId>org.wisepersist</groupId>
<artifactId>gwt-uploader</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisepersist/gwt-uploader/
implementation 'org.wisepersist:gwt-uploader:1.2.3'
// https://jarcasting.com/artifacts/org.wisepersist/gwt-uploader/
implementation ("org.wisepersist:gwt-uploader:1.2.3")
'org.wisepersist:gwt-uploader:jar:1.2.3'
<dependency org="org.wisepersist" name="gwt-uploader" rev="1.2.3">
<artifact name="gwt-uploader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisepersist', module='gwt-uploader', version='1.2.3')
)
libraryDependencies += "org.wisepersist" % "gwt-uploader" % "1.2.3"
[org.wisepersist/gwt-uploader "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.8.1 |
com.google.guava : guava-gwt | jar | 22.0 |
com.google.guava : guava | jar | 22.0 |
com.google.code.findbugs : annotations | jar | 3.0.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.8.9 |
org.testng : testng | jar | 6.11 |