How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>highwheel-modules-parent</artifactId>
<version>1.6.2</version>
</dependency>
Choose a version of com.github.fburato : highwheel-modules-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
highwheel-modules-parent-1.6.2
|
||
highwheel-modules-parent-1.6.1
|
|||
highwheel-modules-parent-1.6.0
|
|||
1.5.x |
highwheel-modules-parent-1.5.0
|
||
1.4.x |
highwheel-modules-parent-1.4.0
|
||
1.3.x |
highwheel-modules-parent-1.3.0
|
||
1.2.x |
highwheel-modules-parent-1.2.0
|
||
1.1.x |
highwheel-modules-parent-1.1.1
|
||
highwheel-modules-parent-1.1.0
|
|||
1.0.x |
highwheel-modules-parent-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>highwheel-modules-parent</artifactId>
<version>1.6.2</version>
</dependency>
Advertisement