MVN

org.openidentityplatform.commons : maven-external-dependency-plugin

Maven & Gradle

Jul 20, 2023
1 usages
5 stars

org.openidentityplatform.commons.maven-external-dependency-plugin · This Maven plugin allows downloading, installing, and deploying dependency artifacts that are not stored in a Maven repository.

<plugin>
    <groupId>org.openidentityplatform.commons</groupId>
    <artifactId>maven-external-dependency-plugin</artifactId>
    <version>2.0.18</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.commons : maven-external-dependency-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.18

All Versions

Choose a version of org.openidentityplatform.commons : maven-external-dependency-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
maven-external-dependency-plugin-2.0.18
maven-external-dependency-plugin-2.0.17
maven-external-dependency-plugin-2.0.16
maven-external-dependency-plugin-2.0.15
maven-external-dependency-plugin-2.0.14
maven-external-dependency-plugin-2.0.13
maven-external-dependency-plugin-2.0.12
maven-external-dependency-plugin-2.0.11
maven-external-dependency-plugin-2.0.10
maven-external-dependency-plugin-2.0.9
maven-external-dependency-plugin-2.0.8
maven-external-dependency-plugin-2.0.7

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.openidentityplatform.commons</groupId>
    <artifactId>maven-external-dependency-plugin</artifactId>
    <version>2.0.18</version>
</plugin>