License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.httpmaid.integrations |
ArtifactId | ArtifactIdhttpmaid-mapmaid |
Last Version | Last Version0.9.142 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - Integrations - MapMaid
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 |
Filename | Size |
---|---|
httpmaid-mapmaid-0.9.142.pom | |
httpmaid-mapmaid-0.9.142.jar | 24 KB |
httpmaid-mapmaid-0.9.142-sources.jar | 16 KB |
httpmaid-mapmaid-0.9.142-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-mapmaid/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-mapmaid</artifactId>
<version>0.9.142</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-mapmaid/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-mapmaid:0.9.142'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-mapmaid/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-mapmaid:0.9.142")
'de.quantummaid.httpmaid.integrations:httpmaid-mapmaid:jar:0.9.142'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-mapmaid" rev="0.9.142">
<artifact name="httpmaid-mapmaid" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-mapmaid', version='0.9.142')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-mapmaid" % "0.9.142"
[de.quantummaid.httpmaid.integrations/httpmaid-mapmaid "0.9.142"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.httpmaid : core | jar | |
de.quantummaid.httpmaid.integrations : httpmaid-usecases | jar | |
de.quantummaid.mapmaid : core | jar | 0.10.17 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |