Last Version

HttpMaid - BOM 0.9.112

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-bom
Version

Version

0.9.112
Type

Type

pom
Description

Description

HttpMaid - BOM
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-bom 0.9.112

Filename Size
httpmaid-bom-0.9.112.pom 4 KB
Browse

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

Dependencies

provided (1)

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

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.