MVN

org.openidentityplatform.openicf.connectors : connectors-parent

Maven & Gradle

May 21, 2024

OpenICF Connectors · This pom module is the parent for all connector bundles. It defines the dependencies on framework, building the connector bundle and common reporting for connectors. This is not multi module project, it does not aggregate the connectors, it is just common parent.

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

Latest Version

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

  • Latest Stable: 1.6.0

All Versions

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

Version Vulnerabilities Updated
1.6.x
connectors-parent-1.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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