o

org.wso2.carbon.identity.authenticator.emailotp.feature

This feature contains extension feature for EmailOTP
http://wso2.org
Files download
File Operation
org.wso2.carbon.identity.authenticator.emailotp.feature-4.1.27.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.extension.identity.authenticator.outbound.emailotp</groupId>
  <artifactId>org.wso2.carbon.identity.authenticator.emailotp.feature</artifactId>
  <version>4.1.27</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.extension.identity.authenticator.outbound.emailotp:org.wso2.carbon.identity.authenticator.emailotp.feature:4.1.27'
Gradle Kotlin
implementation("org.wso2.carbon.extension.identity.authenticator.outbound.emailotp:org.wso2.carbon.identity.authenticator.emailotp.feature:4.1.27")
Scala SBT
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator.outbound.emailotp" % "org.wso2.carbon.identity.authenticator.emailotp.feature" % "4.1.27"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.extension.identity.authenticator.outbound.emailotp', module='org.wso2.carbon.identity.authenticator.emailotp.feature', version='4.1.27')
)
Apache Ivy
<dependency org="org.wso2.carbon.extension.identity.authenticator.outbound.emailotp" name="org.wso2.carbon.identity.authenticator.emailotp.feature" rev="4.1.27" />
Leiningen
[org.wso2.carbon.extension.identity.authenticator.outbound.emailotp/org.wso2.carbon.identity.authenticator.emailotp.feature "4.1.27"]
Apache Buildr
'org.wso2.carbon.extension.identity.authenticator.outbound.emailotp:org.wso2.carbon.identity.authenticator.emailotp.feature:jar:4.1.27'