MVN

io.github.ardelhite : laaas

Maven & Gradle

Jun 07, 2022
0 stars

LaaaS · Lambda and Api gateway As a Service

<dependency>
    <groupId>io.github.ardelhite</groupId>
    <artifactId>laaas</artifactId>
    <version>0.2.203</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ardelhite : laaas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.203

All Versions

Choose a version of io.github.ardelhite : laaas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
laaas-0.2.203
laaas-0.2.202
laaas-0.2.201
laaas-0.2.200
laaas-0.2.102
laaas-0.2.101
laaas-0.2.100

How to add a dependency to Maven

Add the following io.github.ardelhite : laaas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ardelhite</groupId>
    <artifactId>laaas</artifactId>
    <version>0.2.203</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ardelhite : laaas gradle dependency to your build.gradle file:

implementation 'io.github.ardelhite:laaas:0.2.203'

Gradle Kotlin DSL: Add the following io.github.ardelhite : laaas gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ardelhite:laaas:0.2.203")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ardelhite : laaas sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ardelhite" % "laaas" % "0.2.203"