How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>in.ashwanthkumar</groupId>
<artifactId>notify</artifactId>
<version>1.0-rc3</version>
</dependency>
Choose a version of in.ashwanthkumar : notify to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
notify-1.0-rc3
|
||
notify-1.0-rc2
|
|||
notify-1.0-rc1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>in.ashwanthkumar</groupId>
<artifactId>notify</artifactId>
<version>1.0-rc3</version>
</dependency>
Advertisement