How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.zaubersoftware.commons.web</groupId>
<artifactId>commons-web-parent</artifactId>
<version>3.55</version>
</dependency>
Choose a version of com.zaubersoftware.commons.web : commons-web-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.55 |
commons-web-parent-3.55
|
||
3.54 |
commons-web-parent-3.54
|
||
3.53 |
commons-web-parent-3.53
|
||
3.52 |
commons-web-parent-3.52
|
||
3.51 |
commons-web-parent-3.51
|
||
3.50 |
commons-web-parent-3.50
|
||
3.49 |
commons-web-parent-3.49
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.zaubersoftware.commons.web</groupId>
<artifactId>commons-web-parent</artifactId>
<version>3.55</version>
</dependency>
Advertisement