How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.spirylics.xgwt</groupId>
<artifactId>x-gwt</artifactId>
<version>1.6</version>
</dependency>
Choose a version of com.github.spirylics.xgwt : x-gwt to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
x-gwt-2.0-alpha9
|
||
x-gwt-2.0-alpha8
|
|||
x-gwt-2.0-alpha7
|
|||
x-gwt-2.0-alpha6
|
|||
x-gwt-2.0-alpha5
|
|||
x-gwt-2.0-alpha4
|
|||
x-gwt-2.0-alpha3
|
|||
x-gwt-2.0-alpha2
|
|||
x-gwt-2.0-alpha1
|
|||
1.6 |
x-gwt-1.6
|
||
1.4 |
x-gwt-1.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.spirylics.xgwt</groupId>
<artifactId>x-gwt</artifactId>
<version>1.6</version>
</dependency>
Advertisement