Categories |
CategoriesAWS Container PaaS Providers Ant Build Tools AWS Lambda |
---|---|
GroupId | GroupIdde.quantummaid.httpmaid.examples |
ArtifactId | ArtifactIdaws-lambda |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
aws-lambda-0.9.1.pom | |
aws-lambda-0.9.1.jar | 7 KB |
aws-lambda-0.9.1-sources.jar | 8 KB |
aws-lambda-0.9.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/aws-lambda/
implementation 'de.quantummaid.httpmaid.examples:aws-lambda:0.9.1'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/aws-lambda/
implementation ("de.quantummaid.httpmaid.examples:aws-lambda:0.9.1")
'de.quantummaid.httpmaid.examples:aws-lambda:jar:0.9.1'
<dependency org="de.quantummaid.httpmaid.examples" name="aws-lambda" rev="0.9.1">
<artifact name="aws-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.examples', module='aws-lambda', version='0.9.1')
)
libraryDependencies += "de.quantummaid.httpmaid.examples" % "aws-lambda" % "0.9.1"
[de.quantummaid.httpmaid.examples/aws-lambda "0.9.1"]