How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hobsoft</groupId>
<artifactId>hobsoft-parent</artifactId>
<version>0.7.1</version>
</dependency>
Choose a version of org.hobsoft : hobsoft-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
hobsoft-parent-0.7.1
|
||
hobsoft-parent-0.7.0
|
|||
0.6.x |
hobsoft-parent-0.6.1
|
||
hobsoft-parent-0.6.0
|
|||
0.5.x |
hobsoft-parent-0.5.0
|
||
0.4.x |
hobsoft-parent-0.4.3
|
||
hobsoft-parent-0.4.2
|
|||
hobsoft-parent-0.4.1
|
|||
hobsoft-parent-0.4.0
|
|||
0.3.x |
hobsoft-parent-0.3.0
|
||
0.2.x |
hobsoft-parent-0.2.0
|
||
0.1.x |
hobsoft-parent-0.1.3
|
||
hobsoft-parent-0.1.2
|
|||
hobsoft-parent-0.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hobsoft</groupId>
<artifactId>hobsoft-parent</artifactId>
<version>0.7.1</version>
</dependency>
Advertisement