How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.ciphertool</groupId>
<artifactId>org.wso2.ciphertool.feature</artifactId>
<version>1.1.21</version>
</dependency>
Choose a version of org.wso2.ciphertool : org.wso2.ciphertool.feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
org.wso2.ciphertool.feature-1.2.0
|
||
1.1.x |
org.wso2.ciphertool.feature-1.1.21
|
||
org.wso2.ciphertool.feature-1.1.20
|
|||
org.wso2.ciphertool.feature-1.1.19
|
|||
org.wso2.ciphertool.feature-1.1.18
|
|||
org.wso2.ciphertool.feature-1.1.17
|
|||
org.wso2.ciphertool.feature-1.1.16
|
|||
org.wso2.ciphertool.feature-1.1.15
|
|||
org.wso2.ciphertool.feature-1.1.14
|
|||
org.wso2.ciphertool.feature-1.1.13
|
|||
org.wso2.ciphertool.feature-1.1.12
|
|||
org.wso2.ciphertool.feature-1.1.11
|
|||
org.wso2.ciphertool.feature-1.1.10
|
|||
org.wso2.ciphertool.feature-1.1.9
|
|||
org.wso2.ciphertool.feature-1.1.7
|
|||
org.wso2.ciphertool.feature-1.1.6
|
|||
org.wso2.ciphertool.feature-1.1.5
|
|||
org.wso2.ciphertool.feature-1.1.4
|
|||
1.0.x |
org.wso2.ciphertool.feature-1.0.0-wso5v9
|
||
org.wso2.ciphertool.feature-1.0.0-wso4v9
|
|||
org.wso2.ciphertool.feature-1.0.0-wso3v9
|
|||
org.wso2.ciphertool.feature-1.0.0-wso2v9
|
|||
org.wso2.ciphertool.feature-1.0.0-wso2v8
|
|||
org.wso2.ciphertool.feature-1.0.0-wso2v7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.ciphertool</groupId>
<artifactId>org.wso2.ciphertool.feature</artifactId>
<version>1.1.21</version>
</dependency>
Advertisement