How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.tdesjardins</groupId>
<artifactId>gwt-ol3-parent</artifactId>
<version>8.4.1</version>
</dependency>
Choose a version of com.github.tdesjardins : gwt-ol3-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.4.x |
gwt-ol3-parent-8.4.1
|
||
gwt-ol3-parent-8.4.0
|
|||
8.3.x |
gwt-ol3-parent-8.3.0
|
||
8.2.x |
gwt-ol3-parent-8.2.0-gwt2_8
|
||
gwt-ol3-parent-8.2.0
|
|||
8.1.x |
gwt-ol3-parent-8.1.0-gwt2_9
|
||
gwt-ol3-parent-8.1.0
|
|||
8.0.x |
gwt-ol3-parent-8.0.0-gwt2_9
|
||
gwt-ol3-parent-8.0.0
|
|||
7.3.x |
gwt-ol3-parent-7.3.0-gwt2_9
|
||
gwt-ol3-parent-7.3.0
|
|||
7.2.x |
gwt-ol3-parent-7.2.0
|
||
7.1.x |
gwt-ol3-parent-7.1.0
|
||
7.0.x |
gwt-ol3-parent-7.0.0
|
||
6.0.x |
gwt-ol3-parent-6.0.0
|
||
5.0.x |
gwt-ol3-parent-5.0.0
|
||
4.1.x |
gwt-ol3-parent-4.1.0
|
||
4.0.x |
gwt-ol3-parent-4.0.1
|
||
gwt-ol3-parent-4.0.0
|
|||
3.0.x |
gwt-ol3-parent-3.0.0
|
||
2.9.x |
gwt-ol3-parent-2.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.tdesjardins</groupId>
<artifactId>gwt-ol3-parent</artifactId>
<version>8.4.1</version>
</dependency>
Advertisement