How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vincentrussell</groupId>
<artifactId>springmvc-rest-docs-parent</artifactId>
<version>1.0-RC1</version>
</dependency>
Choose a version of com.github.vincentrussell : springmvc-rest-docs-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
springmvc-rest-docs-parent-1.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vincentrussell</groupId>
<artifactId>springmvc-rest-docs-parent</artifactId>
<version>1.0-RC1</version>
</dependency>
Advertisement