How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.apetrelli.gwtintegration</groupId>
<artifactId>gwt-integration</artifactId>
<version>1.0.0-alpha4</version>
</dependency>
Choose a version of com.github.apetrelli.gwtintegration : gwt-integration to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
gwt-integration-1.0.0-alpha4
|
||
gwt-integration-1.0.0-alpha3
|
|||
gwt-integration-1.0.0-alpha2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.apetrelli.gwtintegration</groupId>
<artifactId>gwt-integration</artifactId>
<version>1.0.0-alpha4</version>
</dependency>
Advertisement