MVN

com.okta.kotlin : oauth2

Maven & Gradle

Aug 04, 2023
25 stars

Okta Mobile Kotlin - OAuth2 · Okta Mobile Kotlin

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

Latest Version

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>oauth2</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.okta.kotlin:oauth2:1.1.5'

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

implementation("com.okta.kotlin:oauth2:1.1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.okta.kotlin" % "oauth2" % "1.1.5"