is not current version
Last Version 1.2.3

com.addicticks.oss:httpsupload 1.2.1

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

1.2.1
Type

Type

jar

Download httpsupload 1.2.1


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