| GroupId | GroupIdcom.okta.authn.sdk |
|---|---|
| ArtifactId | ArtifactIdokta-authn-sdk-examples-docs |
| Version | Version2.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.okta.authn.sdk/okta-authn-sdk-examples-docs/ -->
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-examples-docs</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.okta.authn.sdk/okta-authn-sdk-examples-docs/
implementation 'com.okta.authn.sdk:okta-authn-sdk-examples-docs:2.0.1'
// https://jarcasting.com/artifacts/com.okta.authn.sdk/okta-authn-sdk-examples-docs/
implementation ("com.okta.authn.sdk:okta-authn-sdk-examples-docs:2.0.1")
'com.okta.authn.sdk:okta-authn-sdk-examples-docs:jar:2.0.1'
<dependency org="com.okta.authn.sdk" name="okta-authn-sdk-examples-docs" rev="2.0.1">
<artifact name="okta-authn-sdk-examples-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.okta.authn.sdk', module='okta-authn-sdk-examples-docs', version='2.0.1')
)
libraryDependencies += "com.okta.authn.sdk" % "okta-authn-sdk-examples-docs" % "2.0.1"
[com.okta.authn.sdk/okta-authn-sdk-examples-docs "2.0.1"]