How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.brightwellpayments</groupId>
<artifactId>ready-remit-recipients</artifactId>
<version>6.0</version>
</dependency>
Choose a version of io.github.brightwellpayments : ready-remit-recipients to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0 |
ready-remit-recipients-6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.brightwellpayments</groupId>
<artifactId>ready-remit-recipients</artifactId>
<version>6.0</version>
</dependency>
Advertisement