is not current version
Last Version 0.9.144

HttpMaid 0.9.140

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
ArtifactId

ArtifactId

httpmaid-parent
Version

Version

0.9.140
Type

Type

pom
Description

Description

HttpMaid
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 URL

Project URL

https://github.com/quantummaid/httpmaid
Project Organization

Project Organization

Richard Hauswald

Download httpmaid-parent 0.9.140


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

Dependencies

provided (1)

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

Project Modules

There are no modules declared in this project.