License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdxyz.jetdrone |
ArtifactId | ArtifactIdvertx.lambda.aws |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionvertx-lambda-aws
Boilerplate for a native vert.x AWS lambda
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx.lambda.aws-0.0.2.pom | |
vertx.lambda.aws-0.0.2.jar | 153 KB |
vertx.lambda.aws-0.0.2-sources.jar | 47 KB |
vertx.lambda.aws-0.0.2-javadoc.jar | 279 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.jetdrone/vertx.lambda.aws/ -->
<dependency>
<groupId>xyz.jetdrone</groupId>
<artifactId>vertx.lambda.aws</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.jetdrone/vertx.lambda.aws/
implementation 'xyz.jetdrone:vertx.lambda.aws:0.0.2'
// https://jarcasting.com/artifacts/xyz.jetdrone/vertx.lambda.aws/
implementation ("xyz.jetdrone:vertx.lambda.aws:0.0.2")
'xyz.jetdrone:vertx.lambda.aws:jar:0.0.2'
<dependency org="xyz.jetdrone" name="vertx.lambda.aws" rev="0.0.2">
<artifact name="vertx.lambda.aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.jetdrone', module='vertx.lambda.aws', version='0.0.2')
)
libraryDependencies += "xyz.jetdrone" % "vertx.lambda.aws" % "0.0.2"
[xyz.jetdrone/vertx.lambda.aws "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-web-client | jar |
Group / Artifact | Type | Version |
---|---|---|
com.oracle.substratevm : svm-driver | jar | 19.0.0 |
io.vertx : vertx-codegen Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-unit | jar | |
junit : junit | jar | 4.12 |