Download uploadservice-3.0.jar file - Jar u

Jar examples for u:uploadservice

Description

Easily upload files in the background with automatic Android Notification Center progress indication.

You can download jar file uploadservice 3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add uploadservice-3.0.jar to your project.

<dependency>
   <groupId>net.gotev</groupId>
   <artifactId>uploadservice</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'net.gotev', name: 'uploadservice', version: '3.0'
libraryDependencies += "net.gotev" % "uploadservice" % "3.0"
<dependency org="net.gotev" name="uploadservice" rev="3.0"/>
@Grapes(@Grab(group='net.gotev', module='uploadservice', version='3.0'))
'net.gotev:uploadservice:jar:3.0'

Download

Click the following link to download the jar file.

uploadservice-3.0-javadoc.jar
uploadservice-3.0-sources.jar
uploadservice-3.0.pom



Related Tutorials