How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-guice-parent</artifactId>
<version>1.5</version>
</dependency>
Choose a version of com.github.mstream-trader : commons-guice-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5 |
commons-guice-parent-1.5
|
||
1.4 |
commons-guice-parent-1.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-guice-parent</artifactId>
<version>1.5</version>
</dependency>
Advertisement