Last Version

HTTPS Upload library 1.2.3

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.

License

License

GroupId

GroupId

com.addicticks.oss
ArtifactId

ArtifactId

httpsupload
Version

Version

1.2.3
Type

Type

jar
Description

Description

HTTPS Upload library
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.
Project URL

Project URL

https://github.com/Addicticks/httpsupload
Project Organization

Project Organization

Addicticks
Source Code Management

Source Code Management

https://github.com/Addicticks/httpsupload.git

Download httpsupload 1.2.3


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.