How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.teecube.maven.skins</groupId>
<artifactId>reflow-parent</artifactId>
<version>1.1.3</version>
</dependency>
Choose a version of io.teecube.maven.skins : reflow-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
reflow-parent-1.1.3
|
||
reflow-parent-1.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.teecube.maven.skins</groupId>
<artifactId>reflow-parent</artifactId>
<version>1.1.3</version>
</dependency>
Advertisement