How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kill-bill.billing.plugin.ruby</groupId>
<artifactId>notification-test-plugin</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of org.kill-bill.billing.plugin.ruby : notification-test-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
notification-test-plugin-4.0.0
|
||
3.0.x |
notification-test-plugin-3.0.1
|
||
notification-test-plugin-3.0.0
|
|||
2.0.x |
notification-test-plugin-2.0.0
|
||
1.9.x |
notification-test-plugin-1.9.3
|
||
notification-test-plugin-1.9.2
|
|||
notification-test-plugin-1.9.1
|
|||
notification-test-plugin-1.9.0
|
|||
1.8.x |
notification-test-plugin-1.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kill-bill.billing.plugin.ruby</groupId>
<artifactId>notification-test-plugin</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement