How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.twibs</groupId>
<artifactId>twibs-parent</artifactId>
<version>0.14.1</version>
</dependency>
Choose a version of net.twibs : twibs-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.14.x |
twibs-parent-0.14.1
|
||
0.14 |
twibs-parent-0.14
|
||
0.13 |
twibs-parent-0.13
|
||
0.11 |
twibs-parent-0.11
|
||
0.10 |
twibs-parent-0.10
|
||
0.9 |
twibs-parent-0.9
|
||
0.8 |
twibs-parent-0.8
|
||
0.7 |
twibs-parent-0.7
|
||
0.6 |
twibs-parent-0.6
|
||
0.5 |
twibs-parent-0.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.twibs</groupId>
<artifactId>twibs-parent</artifactId>
<version>0.14.1</version>
</dependency>
Advertisement