How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.sanity4j</groupId>
<artifactId>sanity4j-parent</artifactId>
<version>1.8.2</version>
</dependency>
Choose a version of com.github.sanity4j : sanity4j-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
sanity4j-parent-1.8.2
|
||
sanity4j-parent-1.8.1
|
|||
sanity4j-parent-1.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.sanity4j</groupId>
<artifactId>sanity4j-parent</artifactId>
<version>1.8.2</version>
</dependency>
Advertisement