Last Version

Lambada Runtime Module 0.0.6

Lambada Framework lets you to build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway

License

License

GroupId

GroupId

org.lambadaframework
ArtifactId

ArtifactId

runtime
Version

Version

0.0.6
Type

Type

jar
Description

Description

Lambada Runtime Module
Lambada Framework lets you to build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway

Download runtime 0.0.6


<!-- https://jarcasting.com/artifacts/org.lambadaframework/runtime/ -->
<dependency>
    <groupId>org.lambadaframework</groupId>
    <artifactId>runtime</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.lambadaframework/runtime/
implementation 'org.lambadaframework:runtime:0.0.6'
// https://jarcasting.com/artifacts/org.lambadaframework/runtime/
implementation ("org.lambadaframework:runtime:0.0.6")
'org.lambadaframework:runtime:jar:0.0.6'
<dependency org="org.lambadaframework" name="runtime" rev="0.0.6">
  <artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lambadaframework', module='runtime', version='0.0.6')
)
libraryDependencies += "org.lambadaframework" % "runtime" % "0.0.6"
[org.lambadaframework/runtime "0.0.6"]

Dependencies

compile (5)

Group / Artifact Type Version
com.amazonaws : aws-lambda-java-core jar 1.1.0
com.amazonaws : aws-java-sdk-s3 jar 1.11.13
com.fasterxml.jackson.core : jackson-annotations jar 2.7.5
log4j : log4j jar 1.2.17
org.lambadaframework : jax-rs-extractor jar 0.0.6

provided (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.7.5

test (6)

Group / Artifact Type Version
org.lambadaframework : stub-handlers jar 0.0.6
junit : junit jar 4.12
org.easymock : easymock jar 3.4
org.powermock : powermock-api-easymock jar 1.6.5
org.powermock : powermock-module-junit4 jar 1.6.5
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.