MVN

com.okta.kotlin : auth-foundation

Maven & Gradle

Aug 04, 2023
25 stars

Okta Mobile Kotlin - Auth Foundation · Okta Mobile Kotlin

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>auth-foundation</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okta.kotlin : auth-foundation 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 : auth-foundation to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>auth-foundation</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.okta.kotlin : auth-foundation gradle dependency to your build.gradle file:

implementation 'com.okta.kotlin:auth-foundation:1.1.5'

Gradle Kotlin DSL: Add the following com.okta.kotlin : auth-foundation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.okta.kotlin:auth-foundation:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.okta.kotlin : auth-foundation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.okta.kotlin" % "auth-foundation" % "1.1.5"