How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.branflake2267</groupId>
<artifactId>gwt-maps</artifactId>
<version>3.9.0-build-17</version>
</dependency>
Choose a version of com.github.branflake2267 : gwt-maps to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.10.x |
gwt-maps-3.10.0-alpha-7
|
||
gwt-maps-3.10.0-alpha-6
|
|||
gwt-maps-3.10.0-alpha-2
|
|||
gwt-maps-3.10.0-alpha-1
|
|||
3.9.x |
gwt-maps-3.9.0-build-17
|
||
gwt-maps-3.9.0-build-16
|
|||
gwt-maps-3.9.0-alpha-15
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.branflake2267</groupId>
<artifactId>gwt-maps</artifactId>
<version>3.9.0-build-17</version>
</dependency>
Advertisement