How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-build-parent</artifactId>
<version>1.148.18</version>
</dependency>
Choose a version of io.thestencil : stencil-build-parent to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-build-parent</artifactId>
<version>1.148.18</version>
</dependency>