Jar examples for h:httpsupload
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.1.0 in this page.
Apache License, Version 2.0
You can use the following script to add httpsupload-1.1.0.jar to your project.
<dependency> <groupId>com.addicticks.oss</groupId> <artifactId>httpsupload</artifactId> <version>1.1.0</version> </dependency>
compile group: 'com.addicticks.oss', name: 'httpsupload', version: '1.1.0'
libraryDependencies += "com.addicticks.oss" % "httpsupload" % "1.1.0"
<dependency org="com.addicticks.oss" name="httpsupload" rev="1.1.0"/>
@Grapes(@Grab(group='com.addicticks.oss', module='httpsupload', version='1.1.0'))
'com.addicticks.oss:httpsupload:jar:1.1.0'
Click the following link to download the jar file.
httpsupload-1.1.0-javadoc.jar