Categories |
CategoriesJSON Data JsonPath |
---|---|
GroupId | GroupIdcom.github.lafa.jsonpath |
ArtifactId | ArtifactIdjson-path-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
json-path-parent-1.0.2.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>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path-parent/
implementation 'com.github.lafa.jsonpath:json-path-parent:1.0.2'
// https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path-parent/
implementation ("com.github.lafa.jsonpath:json-path-parent:1.0.2")
'com.github.lafa.jsonpath:json-path-parent:pom:1.0.2'
<dependency org="com.github.lafa.jsonpath" name="json-path-parent" rev="1.0.2">
<artifact name="json-path-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.jsonpath', module='json-path-parent', version='1.0.2')
)
libraryDependencies += "com.github.lafa.jsonpath" % "json-path-parent" % "1.0.2"
[com.github.lafa.jsonpath/json-path-parent "1.0.2"]