MVN

com.okta.android : okta-idx-kotlin

Maven & Gradle

Aug 04, 2023
8 stars

Okta IDX Kotlin · Okta IDX Kotlin

<dependency>
    <groupId>com.okta.android</groupId>
    <artifactId>okta-idx-kotlin</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okta.android : okta-idx-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0
  • Latest Beta: 2.0.0-BETA6

All Versions

Choose a version of com.okta.android : okta-idx-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
okta-idx-kotlin-2.4.0
2.3.x
okta-idx-kotlin-2.3.0
2.0.x
okta-idx-kotlin-2.0.0-BETA6
okta-idx-kotlin-2.0.0-BETA5
okta-idx-kotlin-2.0.0-BETA4
okta-idx-kotlin-2.0.0-BETA3
okta-idx-kotlin-2.0.0-BETA2
1.0.x
okta-idx-kotlin-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.okta.android</groupId>
    <artifactId>okta-idx-kotlin</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.okta.android:okta-idx-kotlin:2.4.0'

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

implementation("com.okta.android:okta-idx-kotlin:2.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.okta.android" % "okta-idx-kotlin" % "2.4.0"

Advertisement