Download httpsupload-1.2.0.jar file - Jar h

Jar examples for h:httpsupload

Description

A simple, small, no-nonsense library that allows to upload files to a remote server that accepts multipart/form-data encoded (RFC2388) uploads. The library has no external dependencies.

You can download jar file httpsupload 1.2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add httpsupload-1.2.0.jar to your project.

<dependency>
   <groupId>com.addicticks.oss</groupId>
   <artifactId>httpsupload</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.addicticks.oss', name: 'httpsupload', version: '1.2.0'
libraryDependencies += "com.addicticks.oss" % "httpsupload" % "1.2.0"
<dependency org="com.addicticks.oss" name="httpsupload" rev="1.2.0"/>
@Grapes(@Grab(group='com.addicticks.oss', module='httpsupload', version='1.2.0'))
'com.addicticks.oss:httpsupload:jar:1.2.0'

Download

Click the following link to download the jar file.

httpsupload-1.2.0-javadoc.jar
httpsupload-1.2.0-sources.jar
httpsupload-1.2.0.jar
httpsupload-1.2.0.pom



Related Tutorials