MVN

org.openidentityplatform.openam : openam-test-utils

Maven & Gradle

Feb 21, 2023
9 usages

OpenAM Test Utils · OpenAM test utilities

<dependency>
    <groupId>org.openidentityplatform.openam</groupId>
    <artifactId>openam-test-utils</artifactId>
    <version>14.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.openam : openam-test-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.7.2

All Versions

Choose a version of org.openidentityplatform.openam : openam-test-utils to add to Maven or Gradle - All Versions:

  • Version Updated
  • openam-test-utils-14.7.2

    Feb 21, 2023
  • openam-test-utils-14.7.1

    Jan 16, 2023
  • openam-test-utils-14.7.0

    Dec 19, 2022
  • openam-test-utils-14.6.6

    Jun 22, 2022
  • openam-test-utils-14.6.5

    Jun 03, 2022
  • openam-test-utils-14.6.4

    Jul 30, 2021
  • openam-test-utils-14.6.3

    Jun 21, 2021
  • openam-test-utils-14.6.2

    Feb 08, 2021
  • openam-test-utils-14.6.1

    Dec 30, 2020
  • openam-test-utils-14.5.4

    Nov 10, 2020
  • openam-test-utils-14.5.3

    Sep 18, 2020
  • openam-test-utils-14.5.2

    Sep 15, 2020

How to add a dependency to Maven

Add the following org.openidentityplatform.openam : openam-test-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openidentityplatform.openam</groupId>
    <artifactId>openam-test-utils</artifactId>
    <version>14.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.openam : openam-test-utils gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.openam:openam-test-utils:14.7.2'

Gradle Kotlin DSL: Add the following org.openidentityplatform.openam : openam-test-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.openam:openam-test-utils:14.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.openam : openam-test-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.openam" % "openam-test-utils" % "14.7.2"