Files download
File Operation
auth-foundation-1.1.3.pom download
auth-foundation-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.okta.kotlin</groupId>
  <artifactId>auth-foundation</artifactId>
  <version>1.1.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.okta.kotlin:auth-foundation:1.1.3'
Gradle Kotlin
implementation("com.okta.kotlin:auth-foundation:1.1.3")
Scala SBT
libraryDependencies += "com.okta.kotlin" % "auth-foundation" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.okta.kotlin', module='auth-foundation', version='1.1.3')
)
Apache Ivy
<dependency org="com.okta.kotlin" name="auth-foundation" rev="1.1.3" />
Leiningen
[com.okta.kotlin/auth-foundation "1.1.3"]
Apache Buildr
'com.okta.kotlin:auth-foundation:jar:1.1.3'