is not current version
Last Version 2.0.7

com.okta.authn.sdk:okta-authn-sdk-api 2.0.5

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

GroupId

GroupId

com.okta.authn.sdk
ArtifactId

ArtifactId

okta-authn-sdk-api
Version

Version

2.0.5
Type

Type

jar

Download okta-authn-sdk-api 2.0.5


<!-- https://jarcasting.com/artifacts/com.okta.authn.sdk/okta-authn-sdk-api/ -->
<dependency>
    <groupId>com.okta.authn.sdk</groupId>
    <artifactId>okta-authn-sdk-api</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.okta.authn.sdk/okta-authn-sdk-api/
implementation 'com.okta.authn.sdk:okta-authn-sdk-api:2.0.5'
// https://jarcasting.com/artifacts/com.okta.authn.sdk/okta-authn-sdk-api/
implementation ("com.okta.authn.sdk:okta-authn-sdk-api:2.0.5")
'com.okta.authn.sdk:okta-authn-sdk-api:jar:2.0.5'
<dependency org="com.okta.authn.sdk" name="okta-authn-sdk-api" rev="2.0.5">
  <artifact name="okta-authn-sdk-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.okta.authn.sdk', module='okta-authn-sdk-api', version='2.0.5')
)
libraryDependencies += "com.okta.authn.sdk" % "okta-authn-sdk-api" % "2.0.5"
[com.okta.authn.sdk/okta-authn-sdk-api "2.0.5"]