License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers Ant Build Tools AWS Lambda |
GroupId | GroupIdde.quantummaid.httpmaid.examples |
ArtifactId | ArtifactIdaws-lambda |
Last Version | Last Version0.9.47 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - Examples - AWS Lambda
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 |
---|---|
aws-lambda-0.9.47.pom | |
aws-lambda-0.9.47.jar | 7 KB |
aws-lambda-0.9.47-sources.jar | 8 KB |
aws-lambda-0.9.47-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/aws-lambda/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.examples</groupId>
<artifactId>aws-lambda</artifactId>
<version>0.9.47</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/aws-lambda/
implementation 'de.quantummaid.httpmaid.examples:aws-lambda:0.9.47'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/aws-lambda/
implementation ("de.quantummaid.httpmaid.examples:aws-lambda:0.9.47")
'de.quantummaid.httpmaid.examples:aws-lambda:jar:0.9.47'
<dependency org="de.quantummaid.httpmaid.examples" name="aws-lambda" rev="0.9.47">
<artifact name="aws-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.examples', module='aws-lambda', version='0.9.47')
)
libraryDependencies += "de.quantummaid.httpmaid.examples" % "aws-lambda" % "0.9.47"
[de.quantummaid.httpmaid.examples/aws-lambda "0.9.47"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.httpmaid : core | jar | 0.9.47 |
de.quantummaid.httpmaid.integrations : httpmaid-awslambda | jar | 0.9.47 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
de.quantummaid.httpmaid.integrations : httpmaid-client | jar | 0.9.47 |