MVN

org.openidentityplatform : openicf

Maven & Gradle

May 21, 2024
31 stars

OpenICF · The Open Identity Connectors Framework and Toolkit (OpenICF) is built to help drive development of Connectors. Connectors provide a consistent generic layer between applications and target resources.

<dependency>
    <groupId>org.openidentityplatform</groupId>
    <artifactId>openicf</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform : openicf to add to Maven - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.openidentityplatform : openicf to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
openicf-1.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.openidentityplatform</groupId>
    <artifactId>openicf</artifactId>
    <version>1.6.0</version>
</dependency>