How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>wso2is-hash-provider</artifactId>
<version>5.12.0-m30</version>
</dependency>
Choose a version of org.wso2.is : wso2is-hash-provider to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.12.x |
wso2is-hash-provider-5.12.0-m30
|
||
wso2is-hash-provider-5.12.0-m29
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>wso2is-hash-provider</artifactId>
<version>5.12.0-m30</version>
</dependency>
Advertisement