How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt-parent</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of com.axellience : vue-gwt-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
vue-gwt-parent-1.0.1
|
||
vue-gwt-parent-1.0.0
|
|||
1.0 |
vue-gwt-parent-1.0-beta-9
|
||
vue-gwt-parent-1.0-beta-8
|
|||
vue-gwt-parent-1.0-beta-7
|
|||
vue-gwt-parent-1.0-beta-6
|
|||
vue-gwt-parent-1.0-beta-5
|
|||
vue-gwt-parent-1.0-beta-4
|
|||
vue-gwt-parent-1.0-beta-3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt-parent</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement