How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>pl.matisoft</groupId>
<artifactId>spring-soy-view-root</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of pl.matisoft : spring-soy-view-root to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>pl.matisoft</groupId>
<artifactId>spring-soy-view-root</artifactId>
<version>2.0.0</version>
</dependency>