How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.manuelpeinado.imagelayout</groupId>
<artifactId>parent</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of com.github.manuelpeinado.imagelayout : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
parent-1.0.4
|
||
parent-1.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.manuelpeinado.imagelayout</groupId>
<artifactId>parent</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement