MVN

com.day.cq : cq-pinauthhandler

Maven & Gradle

Oct 29, 2020
4 usages

Day Communique 5 PIN Authentication Handler · Authentication handler supporting authentication using PINs without requiring passwords to be transmitted. Access PINs are attached to a user ID and may expire by time or by use count. In addition the PINs may be restricted by request URL path and/or HTTP method names.

<dependency>
    <groupId>com.day.cq</groupId>
    <artifactId>cq-pinauthhandler</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.day.cq : cq-pinauthhandler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of com.day.cq : cq-pinauthhandler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cq-pinauthhandler-1.0.0
0.1.x
cq-pinauthhandler-0.1.6
cq-pinauthhandler-0.1.2

How to add a dependency to Maven

Add the following com.day.cq : cq-pinauthhandler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.day.cq</groupId>
    <artifactId>cq-pinauthhandler</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.day.cq : cq-pinauthhandler gradle dependency to your build.gradle file:

implementation 'com.day.cq:cq-pinauthhandler:0.1.6'

Gradle Kotlin DSL: Add the following com.day.cq : cq-pinauthhandler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.day.cq:cq-pinauthhandler:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.day.cq : cq-pinauthhandler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.day.cq" % "cq-pinauthhandler" % "0.1.6"