How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-parent</artifactId>
<version>6</version>
</dependency>
Choose a version of com.threewks.thundr : thundr-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6 |
thundr-parent-6
|
||
5 |
thundr-parent-5
|
||
4 |
thundr-parent-4
|
||
3 |
thundr-parent-3
|
||
2 |
thundr-parent-2
|
||
1 |
thundr-parent-1
|
||
0.9.x |
thundr-parent-0.9.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-parent</artifactId>
<version>6</version>
</dependency>
Advertisement