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