| Group ID: |
org.http4k |
| Artifact ID: |
http4k-serverless-lambda |
| Version: |
3.3.1 |
| Last modified: |
07.12.2017 15:41 |
| Packaging: |
jar |
| Name: |
http4k-serverless-lambda |
| Description: |
Http4k Serverless support for AWS Lambda |
| URL: |
https://http4k.org |
|
|
| Size: |
10.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/http4k/http4k-serverless-lambda/3.3.1/http4k-serverless-lambda-3.3.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-lambda</artifactId>
<version>3.3.1</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre8</artifactId>
<version>1.1.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.1.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-core</artifactId>
<version>3.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>http4k-serverless-lambda</name>
<description>Http4k Serverless support for AWS Lambda</description>
<url>https://http4k.org</url>
<developers>
<developer>
<name>Ivan Sanchez</name>
<email>ivan@http4k.org</email>
</developer>
<developer>
<name>David Denton</name>
<email>david@http4k.org</email>
</developer>
</developers>
<scm>
<url>git@github.com:http4k/http4k-serverless-lambda.git</url>
<connection>scm:git:git@github.com:http4k/http4k-serverless-lambda.git</connection>
<developerConnection>scm:git:git@github.com:http4k/http4k-serverless-lambda.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
</project>
|
| Maven: |
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-lambda</artifactId>
<version>3.3.1</version>
</dependency>
|
| Gradle: |
org.http4k:http4k-serverless-lambda:3.3.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|