How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity.commons</groupId>
<artifactId>identity-commons</artifactId>
<version>0.1.35</version>
</dependency>
Choose a version of org.wso2.carbon.identity.commons : identity-commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
identity-commons-0.1.35
|
||
identity-commons-0.1.32
|
|||
identity-commons-0.1.31
|
|||
identity-commons-0.1.30
|
|||
identity-commons-0.1.29
|
|||
identity-commons-0.1.28
|
|||
identity-commons-0.1.27
|
|||
identity-commons-0.1.26
|
|||
identity-commons-0.1.25
|
|||
identity-commons-0.1.24
|
|||
identity-commons-0.1.23
|
|||
identity-commons-0.1.22
|
|||
identity-commons-0.1.21
|
|||
identity-commons-0.1.20
|
|||
identity-commons-0.1.19
|
|||
identity-commons-0.1.18
|
|||
identity-commons-0.1.17
|
|||
identity-commons-0.1.16
|
|||
identity-commons-0.1.15
|
|||
identity-commons-0.1.14
|
|||
identity-commons-0.1.13
|
|||
identity-commons-0.1.12
|
|||
identity-commons-0.1.11
|
|||
identity-commons-0.1.10
|
|||
identity-commons-0.1.9
|
|||
identity-commons-0.1.8
|
|||
identity-commons-0.1.7
|
|||
identity-commons-0.1.6
|
|||
identity-commons-0.1.5
|
|||
identity-commons-0.1.4
|
|||
identity-commons-0.1.3
|
|||
identity-commons-0.1.2
|
|||
identity-commons-0.1.1
|
|||
identity-commons-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity.commons</groupId>
<artifactId>identity-commons</artifactId>
<version>0.1.35</version>
</dependency>
Advertisement