is not current version
Last Version 1.2.3

com.addicticks.oss:httpsupload 0.9.2

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.

GroupId

GroupId

com.addicticks.oss
ArtifactId

ArtifactId

httpsupload
Version

Version

0.9.2
Type

Type

jar

Download httpsupload 0.9.2


<!-- https://jarcasting.com/artifacts/com.addicticks.oss/httpsupload/ -->
<dependency>
    <groupId>com.addicticks.oss</groupId>
    <artifactId>httpsupload</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.addicticks.oss/httpsupload/
implementation 'com.addicticks.oss:httpsupload:0.9.2'
// https://jarcasting.com/artifacts/com.addicticks.oss/httpsupload/
implementation ("com.addicticks.oss:httpsupload:0.9.2")
'com.addicticks.oss:httpsupload:jar:0.9.2'
<dependency org="com.addicticks.oss" name="httpsupload" rev="0.9.2">
  <artifact name="httpsupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addicticks.oss', module='httpsupload', version='0.9.2')
)
libraryDependencies += "com.addicticks.oss" % "httpsupload" % "0.9.2"
[com.addicticks.oss/httpsupload "0.9.2"]