How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>wso2is-identity-outbound-authenticators</artifactId>
<version>4.1.0-m4</version>
</dependency>
Choose a version of org.wso2.am : wso2is-identity-outbound-authenticators to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
wso2is-identity-outbound-authenticators-4.1.0-alpha
|
||
wso2is-identity-outbound-authenticators-4.1.0-m4
|
|||
wso2is-identity-outbound-authenticators-4.1.0-m3
|
|||
wso2is-identity-outbound-authenticators-4.1.0-m2
|
|||
wso2is-identity-outbound-authenticators-4.1.0-m1
|
|||
4.0.x |
wso2is-identity-outbound-authenticators-4.0.0
|
||
wso2is-identity-outbound-authenticators-4.0.0-beta
|
|||
3.2.x |
wso2is-identity-outbound-authenticators-3.2.0
|
||
wso2is-identity-outbound-authenticators-3.2.0-alpha
|
|||
3.1.x |
wso2is-identity-outbound-authenticators-3.1.0
|
||
wso2is-identity-outbound-authenticators-3.1.0-beta
|
|||
3.0.x |
wso2is-identity-outbound-authenticators-3.0.0-beta
|
||
wso2is-identity-outbound-authenticators-3.0.0-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>wso2is-identity-outbound-authenticators</artifactId>
<version>4.1.0-m4</version>
</dependency>
Advertisement