Last Version

Java Lambda Request Response 1.0.8

Library containing useful classes when writing AWS Lambda fucntions in Java

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

java-lambda-request-response
Version

Version

1.0.8
Type

Type

jar
Description

Description

Java Lambda Request Response
Library containing useful classes when writing AWS Lambda fucntions in Java
Project URL

Project URL

https://github.com/michaelruocco/java-lambda-request-response

Download java-lambda-request-response 1.0.8


<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/java-lambda-request-response/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>java-lambda-request-response</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/java-lambda-request-response/
implementation 'com.github.michaelruocco:java-lambda-request-response:1.0.8'
// https://jarcasting.com/artifacts/com.github.michaelruocco/java-lambda-request-response/
implementation ("com.github.michaelruocco:java-lambda-request-response:1.0.8")
'com.github.michaelruocco:java-lambda-request-response:jar:1.0.8'
<dependency org="com.github.michaelruocco" name="java-lambda-request-response" rev="1.0.8">
  <artifact name="java-lambda-request-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='java-lambda-request-response', version='1.0.8')
)
libraryDependencies += "com.github.michaelruocco" % "java-lambda-request-response" % "1.0.8"
[com.github.michaelruocco/java-lambda-request-response "1.0.8"]

Dependencies

compile (5)

Group / Artifact Type Version
com.amazonaws : aws-lambda-java-core jar 1.1.0
org.apache.httpcomponents : httpclient jar 4.5.3
com.google.code.gson : gson jar 2.8.1
org.apache.commons : commons-lang3 jar 3.5
com.amazonaws : aws-java-sdk-api-gateway jar 1.11.197

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
com.github.michaelruocco : property-loader jar 2.0.1
org.mockito : mockito-all jar 1.9.5
com.github.stefanbirkner : system-rules jar 1.16.1

Project Modules

There are no modules declared in this project.