MVN

com.okta.authn.sdk : okta-authn-sdk-integration-tests

Maven & Gradle

Jul 12, 2023
2 usages
3 stars

Okta Authn Java SDK :: Integration Tests · Integration tests using the httpclient module

<dependency>
    <groupId>com.okta.authn.sdk</groupId>
    <artifactId>okta-authn-sdk-integration-tests</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okta.authn.sdk : okta-authn-sdk-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11

All Versions

Choose a version of com.okta.authn.sdk : okta-authn-sdk-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
okta-authn-sdk-integration-tests-2.0.11
okta-authn-sdk-integration-tests-2.0.10
okta-authn-sdk-integration-tests-2.0.9
okta-authn-sdk-integration-tests-2.0.8
okta-authn-sdk-integration-tests-2.0.7
okta-authn-sdk-integration-tests-2.0.6
okta-authn-sdk-integration-tests-2.0.5
okta-authn-sdk-integration-tests-2.0.4
okta-authn-sdk-integration-tests-2.0.3
okta-authn-sdk-integration-tests-2.0.2
okta-authn-sdk-integration-tests-2.0.1
okta-authn-sdk-integration-tests-2.0.0
1.0.x
okta-authn-sdk-integration-tests-1.0.0
0.4.x
okta-authn-sdk-integration-tests-0.4.0
0.3.x
okta-authn-sdk-integration-tests-0.3.0
0.2.x
okta-authn-sdk-integration-tests-0.2.0
0.1.x
okta-authn-sdk-integration-tests-0.1.0

How to add a dependency to Maven

Add the following com.okta.authn.sdk : okta-authn-sdk-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.okta.authn.sdk</groupId>
    <artifactId>okta-authn-sdk-integration-tests</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.okta.authn.sdk : okta-authn-sdk-integration-tests gradle dependency to your build.gradle file:

implementation 'com.okta.authn.sdk:okta-authn-sdk-integration-tests:2.0.11'

Gradle Kotlin DSL: Add the following com.okta.authn.sdk : okta-authn-sdk-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.okta.authn.sdk:okta-authn-sdk-integration-tests:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.okta.authn.sdk : okta-authn-sdk-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.okta.authn.sdk" % "okta-authn-sdk-integration-tests" % "2.0.11"

Advertisement