MVN

com.cloudsnorkel : cdk.turbo-layers

Maven & Gradle

Mar 20, 2023
21 stars

com.cloudsnorkel:cdk.turbo-layers · Speed-up Lambda function deployment with dependency layers built in AWS

<dependency>
    <groupId>com.cloudsnorkel</groupId>
    <artifactId>cdk.turbo-layers</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cloudsnorkel : cdk.turbo-layers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.cloudsnorkel : cdk.turbo-layers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cdk.turbo-layers-0.0.4
cdk.turbo-layers-0.0.3
cdk.turbo-layers-0.0.2
cdk.turbo-layers-0.0.1
cdk.turbo-layers-0.0.0

How to add a dependency to Maven

Add the following com.cloudsnorkel : cdk.turbo-layers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cloudsnorkel</groupId>
    <artifactId>cdk.turbo-layers</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cloudsnorkel : cdk.turbo-layers gradle dependency to your build.gradle file:

implementation 'com.cloudsnorkel:cdk.turbo-layers:0.0.4'

Gradle Kotlin DSL: Add the following com.cloudsnorkel : cdk.turbo-layers gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cloudsnorkel:cdk.turbo-layers:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cloudsnorkel : cdk.turbo-layers sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cloudsnorkel" % "cdk.turbo-layers" % "0.0.4"