How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.softsmithy</groupId>
<artifactId>softsmithy-parent</artifactId>
<version>4.1.0</version>
</dependency>
Choose a version of org.softsmithy : softsmithy-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
softsmithy-parent-4.1.0
|
||
4.0 |
softsmithy-parent-4.0
|
||
3.7 |
softsmithy-parent-3.7
|
||
3.6 |
softsmithy-parent-3.6
|
||
3.5 |
softsmithy-parent-3.5
|
||
3.4 |
softsmithy-parent-3.4
|
||
3.3 |
softsmithy-parent-3.3
|
||
3.2 |
softsmithy-parent-3.2
|
||
3.1 |
softsmithy-parent-3.1
|
||
3.0 |
softsmithy-parent-3.0
|
||
2.7 |
softsmithy-parent-2.7
|
||
2.6 |
softsmithy-parent-2.6
|
||
2.5 |
softsmithy-parent-2.5
|
||
2.4 |
softsmithy-parent-2.4
|
||
2.3 |
softsmithy-parent-2.3
|
||
2.2 |
softsmithy-parent-2.2
|
||
2.1 |
softsmithy-parent-2.1
|
||
2.0 |
softsmithy-parent-2.0
|
||
1.2 |
softsmithy-parent-1.2
|
||
1.1 |
softsmithy-parent-1.1
|
||
1.0 |
softsmithy-parent-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.softsmithy</groupId>
<artifactId>softsmithy-parent</artifactId>
<version>4.1.0</version>
</dependency>
Advertisement