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