MVN

com.agileandmore : com.agileandmore.slsemulator

Maven & Gradle

Jun 22, 2020
6 stars

A library emulating AWS API Gateway, AWS Lambda, and part of the serverless framework, to test locally your java lambdas.

<dependency>
    <groupId>com.agileandmore</groupId>
    <artifactId>com.agileandmore.slsemulator</artifactId>
    <version>1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agileandmore : com.agileandmore.slsemulator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13

All Versions

Choose a version of com.agileandmore : com.agileandmore.slsemulator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13
com.agileandmore.slsemulator-1.13
1.12
com.agileandmore.slsemulator-1.12
1.11
com.agileandmore.slsemulator-1.11
1.10
com.agileandmore.slsemulator-1.10
1.9
com.agileandmore.slsemulator-1.9
1.8
com.agileandmore.slsemulator-1.8
1.7
com.agileandmore.slsemulator-1.7
1.6
com.agileandmore.slsemulator-1.6
1.5
com.agileandmore.slsemulator-1.5
1.4
com.agileandmore.slsemulator-1.4
1.3
com.agileandmore.slsemulator-1.3
1.2
com.agileandmore.slsemulator-1.2
1.1
com.agileandmore.slsemulator-1.1
1.0
com.agileandmore.slsemulator-1.0

How to add a dependency to Maven

Add the following com.agileandmore : com.agileandmore.slsemulator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.agileandmore</groupId>
    <artifactId>com.agileandmore.slsemulator</artifactId>
    <version>1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.agileandmore : com.agileandmore.slsemulator gradle dependency to your build.gradle file:

implementation 'com.agileandmore:com.agileandmore.slsemulator:1.13'

Gradle Kotlin DSL: Add the following com.agileandmore : com.agileandmore.slsemulator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.agileandmore:com.agileandmore.slsemulator:1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.agileandmore : com.agileandmore.slsemulator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.agileandmore" % "com.agileandmore.slsemulator" % "1.13"

Advertisement