MVN

com.okta.kotlin : web-authentication-ui

Maven & Gradle

Aug 04, 2023
25 stars

Okta Mobile Kotlin - Web Authentication UI · Okta Mobile Kotlin

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>web-authentication-ui</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okta.kotlin : web-authentication-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5
  • Latest Beta: 0.6.0-BETA

All Versions

Choose a version of com.okta.kotlin : web-authentication-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
web-authentication-ui-1.1.5
web-authentication-ui-1.1.4
web-authentication-ui-1.1.3
web-authentication-ui-1.1.2
web-authentication-ui-1.1.1
web-authentication-ui-1.1.0
1.0.x
web-authentication-ui-1.0.0
0.6.x
web-authentication-ui-0.6.0-BETA
0.5.x
web-authentication-ui-0.5.0-BETA
0.4.x
web-authentication-ui-0.4.0-BETA
0.3.x
web-authentication-ui-0.3.0-BETA
0.2.x
web-authentication-ui-0.2.0-BETA

How to add a dependency to Maven

Add the following com.okta.kotlin : web-authentication-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>web-authentication-ui</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.okta.kotlin : web-authentication-ui gradle dependency to your build.gradle file:

implementation 'com.okta.kotlin:web-authentication-ui:1.1.5'

Gradle Kotlin DSL: Add the following com.okta.kotlin : web-authentication-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.okta.kotlin:web-authentication-ui:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.okta.kotlin : web-authentication-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.okta.kotlin" % "web-authentication-ui" % "1.1.5"