License |
License |
---|---|
Categories |
CategoriesJSON Data JsonPath |
GroupId | GroupIdcom.github.lafa.jsonpath |
ArtifactId | ArtifactIdjson-path-parent |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjson-path-parent
Parent POM file for json-path project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-path-parent-2.4.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path-parent/ -->
<dependency>
<groupId>com.github.lafa.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path-parent/
implementation 'com.github.lafa.jsonpath:json-path-parent:2.4.0'
// https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path-parent/
implementation ("com.github.lafa.jsonpath:json-path-parent:2.4.0")
'com.github.lafa.jsonpath:json-path-parent:pom:2.4.0'
<dependency org="com.github.lafa.jsonpath" name="json-path-parent" rev="2.4.0">
<artifact name="json-path-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.jsonpath', module='json-path-parent', version='2.4.0')
)
libraryDependencies += "com.github.lafa.jsonpath" % "json-path-parent" % "2.4.0"
[com.github.lafa.jsonpath/json-path-parent "2.4.0"]