MVN

org.openidentityplatform.openam.auth.modules : idm2idm

Maven & Gradle

Jul 20, 2023
1 usages

org.openidentityplatform.openam.auth.modules.idm2idm

<dependency>
    <groupId>org.openidentityplatform.openam.auth.modules</groupId>
    <artifactId>idm2idm</artifactId>
    <version>14.7.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.openam.auth.modules : idm2idm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.7.3.1

All Versions

Choose a version of org.openidentityplatform.openam.auth.modules : idm2idm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.7.x
idm2idm-14.7.3.1
idm2idm-14.7.2.3
idm2idm-14.7.0.0
14.6.x
idm2idm-14.6.6.1
idm2idm-14.6.5.3
idm2idm-14.6.4.1
idm2idm-14.6.3.1
idm2idm-14.6.2.1
idm2idm-14.6.1.2
idm2idm-14.6.1.1
14.5.x
idm2idm-14.5.4.1
idm2idm-14.5.3.3
idm2idm-14.5.3.2
idm2idm-14.5.3.1
idm2idm-14.5.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openidentityplatform.openam.auth.modules</groupId>
    <artifactId>idm2idm</artifactId>
    <version>14.7.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.openam.auth.modules : idm2idm gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.openam.auth.modules:idm2idm:14.7.3.1'

Gradle Kotlin DSL: Add the following org.openidentityplatform.openam.auth.modules : idm2idm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.openam.auth.modules:idm2idm:14.7.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.openam.auth.modules : idm2idm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.openam.auth.modules" % "idm2idm" % "14.7.3.1"