is not current version
Last Version 0.9.144

de.quantummaid:httpmaid-parent 0.9.104

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

de.quantummaid
ArtifactId

ArtifactId

httpmaid-parent
Version

Version

0.9.104
Type

Type

pom

Download httpmaid-parent 0.9.104


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