Categories |
CategoriesJSON Data JsonPath |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdjsonpath |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
jsonpath-1.0.1.pom | |
jsonpath-1.0.1.jar | 101 KB |
jsonpath-1.0.1-sources.jar | 22 bytes |
jsonpath-1.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jsonpath/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jsonpath</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jsonpath/
implementation 'org.webjars.npm:jsonpath:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/jsonpath/
implementation ("org.webjars.npm:jsonpath:1.0.1")
'org.webjars.npm:jsonpath:jar:1.0.1'
<dependency org="org.webjars.npm" name="jsonpath" rev="1.0.1">
<artifact name="jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jsonpath', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "jsonpath" % "1.0.1"
[org.webjars.npm/jsonpath "1.0.1"]