How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.mosip.datashare</groupId>
<artifactId>durian</artifactId>
<version>1.2.0.1-B2</version>
</dependency>
Choose a version of io.mosip.datashare : durian to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
durian-1.2.0.1-B2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.mosip.datashare</groupId>
<artifactId>durian</artifactId>
<version>1.2.0.1-B2</version>
</dependency>
Advertisement