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.
https://github.com/Addicticks/httpsupload
Apache License, Version 2.0
Addicticks
Addama Gabor
Files download
File Operation
httpsupload-1.2.3.jar download
httpsupload-1.2.3.pom download
httpsupload-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addicticks.oss</groupId>
  <artifactId>httpsupload</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.addicticks.oss:httpsupload:1.2.3'
Gradle Kotlin
implementation("com.addicticks.oss:httpsupload:1.2.3")
Scala SBT
libraryDependencies += "com.addicticks.oss" % "httpsupload" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.addicticks.oss', module='httpsupload', version='1.2.3')
)
Apache Ivy
<dependency org="com.addicticks.oss" name="httpsupload" rev="1.2.3" />
Leiningen
[com.addicticks.oss/httpsupload "1.2.3"]
Apache Buildr
'com.addicticks.oss:httpsupload:jar:1.2.3'