MVN

de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer

Maven & Gradle

Dec 31, 2020
1 usages

HttpMaid - Integrations - AWS Lambda Cognito Authorizer

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-awslambda-cognitoauthorizer</artifactId>
    <version>0.9.112</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.112

All Versions

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
httpmaid-awslambda-cognitoauthorizer-0.9.112
httpmaid-awslambda-cognitoauthorizer-0.9.111
httpmaid-awslambda-cognitoauthorizer-0.9.110
httpmaid-awslambda-cognitoauthorizer-0.9.109
httpmaid-awslambda-cognitoauthorizer-0.9.108
httpmaid-awslambda-cognitoauthorizer-0.9.107
httpmaid-awslambda-cognitoauthorizer-0.9.106
httpmaid-awslambda-cognitoauthorizer-0.9.105
httpmaid-awslambda-cognitoauthorizer-0.9.104

How to add a dependency to Maven

Add the following de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-awslambda-cognitoauthorizer</artifactId>
    <version>0.9.112</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer gradle dependency to your build.gradle file:

implementation 'de.quantummaid.httpmaid.integrations:httpmaid-awslambda-cognitoauthorizer:0.9.112'

Gradle Kotlin DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quantummaid.httpmaid.integrations:httpmaid-awslambda-cognitoauthorizer:0.9.112")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quantummaid.httpmaid.integrations : httpmaid-awslambda-cognitoauthorizer sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-awslambda-cognitoauthorizer" % "0.9.112"