How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lafa.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of com.github.lafa.jsonpath : json-path-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
json-path-parent-2.4.0
|
||
1.0.x |
json-path-parent-1.0.3
|
||
json-path-parent-1.0.2
|
|||
json-path-parent-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lafa.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement