License |
License |
---|---|
GroupId | GroupIdcom.addicticks.oss |
ArtifactId | ArtifactIdhttpsupload |
Version | Version1.2.3 |
Type | Typejar |
Description |
DescriptionHTTPS 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpsupload-1.2.3.pom | |
httpsupload-1.2.3.jar | 27 KB |
httpsupload-1.2.3-sources.jar | 25 KB |
httpsupload-1.2.3-javadoc.jar | 101 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |