MVN

com.googlecode.gwtupload : gwtupload-gae

Maven & Gradle

Jan 13, 2015
48 stars

GwtUpload for GAE · Library for using gwtupload in AppEngine servers (requires gwtupload.jar)

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

Latest Version

Choose a version of com.googlecode.gwtupload : gwtupload-gae to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.googlecode.gwtupload : gwtupload-gae to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following com.googlecode.gwtupload : gwtupload-gae maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.gwtupload : gwtupload-gae gradle dependency to your build.gradle file:

implementation 'com.googlecode.gwtupload:gwtupload-gae:1.0.3'

Gradle Kotlin DSL: Add the following com.googlecode.gwtupload : gwtupload-gae gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.gwtupload:gwtupload-gae:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.gwtupload : gwtupload-gae sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.gwtupload" % "gwtupload-gae" % "1.0.3"