License |
License |
---|---|
GroupId | GroupIdcom.okta.sdk |
ArtifactId | ArtifactIdokta-sdk-impl |
Version | Version7.0.0 |
Type | Typejar |
Description |
DescriptionOkta Java SDK :: Impl
The Okta Java SDK core implemenation .jar is used at runtime to support API invocations. This
implementation jar should be a runtime dependency only and should NOT be depended on at compile time by
your code. The implementations within this jar can change at any time without warning - use it with runtime
scope only.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
okta-sdk-impl-7.0.0.pom | |
okta-sdk-impl-7.0.0.jar | 809 KB |
okta-sdk-impl-7.0.0-sources.jar | 659 KB |
okta-sdk-impl-7.0.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.okta.sdk/okta-sdk-impl/ -->
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-impl</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.okta.sdk/okta-sdk-impl/
implementation 'com.okta.sdk:okta-sdk-impl:7.0.0'
// https://jarcasting.com/artifacts/com.okta.sdk/okta-sdk-impl/
implementation ("com.okta.sdk:okta-sdk-impl:7.0.0")
'com.okta.sdk:okta-sdk-impl:jar:7.0.0'
<dependency org="com.okta.sdk" name="okta-sdk-impl" rev="7.0.0">
<artifact name="okta-sdk-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.okta.sdk', module='okta-sdk-impl', version='7.0.0')
)
libraryDependencies += "com.okta.sdk" % "okta-sdk-impl" % "7.0.0"
[com.okta.sdk/okta-sdk-impl "7.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.okta.sdk : okta-sdk-api | jar | 7.0.0 |
com.okta.commons : okta-config-check | jar | 1.2.8 |
com.okta.commons : okta-http-api | jar | 1.2.8 |
org.slf4j : slf4j-api | jar | 1.7.31 |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.yaml : snakeyaml | jar | 1.29 |
org.bouncycastle : bcprov-jdk15on | jar | 1.69 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
io.jsonwebtoken : jjwt-api | jar | 0.11.1 |
javax.annotation : javax.annotation-api Optional | jar | 1.3.2 |
com.google.auto.service : auto-service Optional | jar | 1.0-rc6 |
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt-impl | jar | 0.11.1 |
io.jsonwebtoken : jjwt-jackson | jar | 0.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.1.0 |
org.powermock : powermock-module-testng | jar | 2.0.4 |
org.powermock : powermock-api-mockito2 | jar | 2.0.4 |
org.testng : testng | jar | 7.0.0 |
org.slf4j : slf4j-simple | jar | 1.7.31 |
com.nimbusds : nimbus-jose-jwt | jar | 9.9.3 |
org.hamcrest : hamcrest | jar | 2.2 |
org.codehaus.groovy : groovy | jar | 3.0.7 |
org.codehaus.groovy : groovy-templates | jar | 3.0.7 |
org.codehaus.groovy : groovy-json | jar | 3.0.7 |