| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.wso2.km.ext.okta |
| ArtifactId | ArtifactIdokta.auth.client |
| Version | Version3.0.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| okta.auth.client-3.0.5.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.km.ext.okta/okta.auth.client/ -->
<dependency>
<groupId>org.wso2.km.ext.okta</groupId>
<artifactId>okta.auth.client</artifactId>
<version>3.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.km.ext.okta/okta.auth.client/
implementation 'org.wso2.km.ext.okta:okta.auth.client:3.0.5'
// https://jarcasting.com/artifacts/org.wso2.km.ext.okta/okta.auth.client/
implementation ("org.wso2.km.ext.okta:okta.auth.client:3.0.5")
'org.wso2.km.ext.okta:okta.auth.client:pom:3.0.5'
<dependency org="org.wso2.km.ext.okta" name="okta.auth.client" rev="3.0.5">
<artifact name="okta.auth.client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.km.ext.okta', module='okta.auth.client', version='3.0.5')
)
libraryDependencies += "org.wso2.km.ext.okta" % "okta.auth.client" % "3.0.5"
[org.wso2.km.ext.okta/okta.auth.client "3.0.5"]