MVN

org.docstr : gwt-uploader

Maven & Gradle

Jul 27, 2023
9 stars

GWT Uploader · An API to enable sophisticated file upload capabilities within a GWT application.

<dependency>
    <groupId>org.docstr</groupId>
    <artifactId>gwt-uploader</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.docstr : gwt-uploader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of org.docstr : gwt-uploader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
gwt-uploader-1.2.5
gwt-uploader-1.2.4

How to add a dependency to Maven

Add the following org.docstr : gwt-uploader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.docstr</groupId>
    <artifactId>gwt-uploader</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.docstr : gwt-uploader gradle dependency to your build.gradle file:

implementation 'org.docstr:gwt-uploader:1.2.5'

Gradle Kotlin DSL: Add the following org.docstr : gwt-uploader gradle kotlin dependency to your build.gradle.kts file:

implementation("org.docstr:gwt-uploader:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.docstr : gwt-uploader sbt scala dependency to your build.sbt file:

libraryDependencies += "org.docstr" % "gwt-uploader" % "1.2.5"