j

jsonpath_2.11

jsonpath
http://github.com/gatling/jsonpath
Apache
io.gatling
Nicolas Remond Stephane Landelle
Files download
File Operation
jsonpath_2.11-0.6.3.jar download
jsonpath_2.11-0.6.3.pom download
jsonpath_2.11-0.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gatling</groupId>
  <artifactId>jsonpath_2.11</artifactId>
  <version>0.6.3</version>
</dependency>
Gradle Groovy
implementation 'io.gatling:jsonpath_2.11:0.6.3'
Gradle Kotlin
implementation("io.gatling:jsonpath_2.11:0.6.3")
Scala SBT
libraryDependencies += "io.gatling" % "jsonpath_2.11" % "0.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.gatling', module='jsonpath_2.11', version='0.6.3')
)
Apache Ivy
<dependency org="io.gatling" name="jsonpath_2.11" rev="0.6.3" />
Leiningen
[io.gatling/jsonpath_2.11 "0.6.3"]
Apache Buildr
'io.gatling:jsonpath_2.11:jar:0.6.3'