How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.syncope.ext</groupId>
<artifactId>syncope-ext-saml2sp4ui</artifactId>
<version>3.0.4</version>
</dependency>
Choose a version of org.apache.syncope.ext : syncope-ext-saml2sp4ui to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
syncope-ext-saml2sp4ui-3.0.4
|
||
syncope-ext-saml2sp4ui-3.0.3
|
|||
syncope-ext-saml2sp4ui-3.0.2
|
|||
syncope-ext-saml2sp4ui-3.0.1
|
|||
syncope-ext-saml2sp4ui-3.0.0
|
|||
syncope-ext-saml2sp4ui-3.0.0-M2
|
|||
syncope-ext-saml2sp4ui-3.0.0-M1
|
|||
syncope-ext-saml2sp4ui-3.0.0-M0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.syncope.ext</groupId>
<artifactId>syncope-ext-saml2sp4ui</artifactId>
<version>3.0.4</version>
</dependency>
Advertisement