How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sinvay</groupId>
<artifactId>wizard-sms</artifactId>
<version>0.2.0</version>
</dependency>
Choose a version of com.sinvay : wizard-sms to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
wizard-sms-0.2.0
|
||
0.1.x |
wizard-sms-0.1.5
|
||
wizard-sms-0.1.4
|
|||
wizard-sms-0.1.3
|
|||
0.0.x |
wizard-sms-0.0.9
|
||
wizard-sms-0.0.8
|
|||
wizard-sms-0.0.7
|
|||
wizard-sms-0.0.6
|
|||
wizard-sms-0.0.4
|
|||
wizard-sms-0.0.3
|
|||
wizard-sms-0.0.2
|
|||
wizard-sms-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sinvay</groupId>
<artifactId>wizard-sms</artifactId>
<version>0.2.0</version>
</dependency>
Advertisement