License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.httpmaid.integrations |
ArtifactId | ArtifactIdhttpmaid-jsr356 |
Last Version | Last Version0.9.144 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - Integrations - JSR 356
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-jsr356-0.9.144.pom | |
httpmaid-jsr356-0.9.144.jar | 14 KB |
httpmaid-jsr356-0.9.144-sources.jar | 11 KB |
httpmaid-jsr356-0.9.144-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jsr356/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-jsr356</artifactId>
<version>0.9.144</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jsr356/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-jsr356:0.9.144'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jsr356/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-jsr356:0.9.144")
'de.quantummaid.httpmaid.integrations:httpmaid-jsr356:jar:0.9.144'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-jsr356" rev="0.9.144">
<artifact name="httpmaid-jsr356" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-jsr356', version='0.9.144')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-jsr356" % "0.9.144"
[de.quantummaid.httpmaid.integrations/httpmaid-jsr356 "0.9.144"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.httpmaid : core | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.websocket : javax.websocket-api | jar | 1.1 |
org.projectlombok : lombok | jar | 1.18.20 |