How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>validation-plus</artifactId>
<version>0.0.3</version>
</dependency>
Choose a version of com.github.kancyframework : validation-plus to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
validation-plus-0.0.3
|
||
validation-plus-0.0.2-RELEASE
|
|||
validation-plus-0.0.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>validation-plus</artifactId>
<version>0.0.3</version>
</dependency>
Advertisement