Last Version

HttpMaid - Integrations - Multipart 0.9.144

HttpMaid is a lightweight non-intrusive web framework, which allows you to easily use your services to handle HTTP requests. It delegates the processing of a request based on it's path to one of your services, releasing you from the headache of configuring numerous beans and spoiling your code with annotations.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

de.quantummaid.httpmaid.integrations
ArtifactId

ArtifactId

httpmaid-multipart
Version

Version

0.9.144
Type

Type

jar
Description

Description

HttpMaid - Integrations - Multipart
HttpMaid is a lightweight non-intrusive web framework, which allows you to easily use your services to handle HTTP requests. It delegates the processing of a request based on it's path to one of your services, releasing you from the headache of configuring numerous beans and spoiling your code with annotations.
Project Organization

Project Organization

Richard Hauswald

Download httpmaid-multipart 0.9.144


<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-multipart/ -->
<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-multipart</artifactId>
    <version>0.9.144</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-multipart/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-multipart:0.9.144'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-multipart/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-multipart:0.9.144")
'de.quantummaid.httpmaid.integrations:httpmaid-multipart:jar:0.9.144'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-multipart" rev="0.9.144">
  <artifact name="httpmaid-multipart" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-multipart', version='0.9.144')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-multipart" % "0.9.144"
[de.quantummaid.httpmaid.integrations/httpmaid-multipart "0.9.144"]

Dependencies

compile (3)

Group / Artifact Type Version
de.quantummaid.httpmaid : core jar
javax.servlet : javax.servlet-api jar 4.0.1
commons-fileupload : commons-fileupload jar 1.4

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20

Project Modules

There are no modules declared in this project.