How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-carbon-auth-rest</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of org.wso2.carbon.identity : identity-carbon-auth-rest to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
identity-carbon-auth-rest-1.0.1
|
||
identity-carbon-auth-rest-1.0.0
|
|||
identity-carbon-auth-rest-1.0.0-m1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-carbon-auth-rest</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement