Last Version

HttpMaid - Examples - Parent 0.9.47

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.examples
ArtifactId

ArtifactId

parent
Version

Version

0.9.47
Type

Type

pom
Description

Description

HttpMaid - Examples - Parent
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 parent 0.9.47

Filename Size
parent-0.9.47.pom 1 KB
Browse

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

Dependencies

provided (1)

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

test (1)

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

Project Modules

  • aws-lambda
  • hello-world
  • documentation