h

httpmaid-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.
https://github.com/quantummaid/httpmaid
Apache License, Version 2.0
Richard Hauswald
Richard Hauswald
Files download
File Operation
httpmaid-parent-0.9.144.pom download
Apache Maven
<dependency>
  <groupId>de.quantummaid</groupId>
  <artifactId>httpmaid-parent</artifactId>
  <version>0.9.144</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.quantummaid:httpmaid-parent:0.9.144'
Gradle Kotlin
implementation("de.quantummaid:httpmaid-parent:0.9.144")
Scala SBT
libraryDependencies += "de.quantummaid" % "httpmaid-parent" % "0.9.144"
Groovy Grape
@Grapes(
  @Grab(group='de.quantummaid', module='httpmaid-parent', version='0.9.144')
)
Apache Ivy
<dependency org="de.quantummaid" name="httpmaid-parent" rev="0.9.144" />
Leiningen
[de.quantummaid/httpmaid-parent "0.9.144"]
Apache Buildr
'de.quantummaid:httpmaid-parent:jar:0.9.144'