How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-inbound-auth-oauth</artifactId>
<version>5.1.3</version>
</dependency>
Choose a version of org.wso2.carbon.identity : identity-inbound-auth-oauth to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.2.x |
identity-inbound-auth-oauth-5.2.0-m4
|
||
identity-inbound-auth-oauth-5.2.0-m3
|
|||
identity-inbound-auth-oauth-5.2.0-m2
|
|||
5.1.x |
identity-inbound-auth-oauth-5.1.3
|
||
identity-inbound-auth-oauth-5.1.2
|
|||
identity-inbound-auth-oauth-5.1.1
|
|||
identity-inbound-auth-oauth-5.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-inbound-auth-oauth</artifactId>
<version>5.1.3</version>
</dependency>
Advertisement