MVN

com.jayway.jsonpath : json-path-assert

Maven & Gradle

Mar 26, 2023
290 usages
8.6k stars

json-path-assert · A library to query and verify JSON

<dependency>
    <groupId>com.jayway.jsonpath</groupId>
    <artifactId>json-path-assert</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jayway.jsonpath : json-path-assert to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0

All Versions

Choose a version of com.jayway.jsonpath : json-path-assert to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
json-path-assert-2.8.0
2.7.x
json-path-assert-2.7.0
2.6.x
json-path-assert-2.6.0
2.5.x
json-path-assert-2.5.0
2.4.x
json-path-assert-2.4.0
2.3.x
json-path-assert-2.3.0
2.2.x
json-path-assert-2.2.0
2.1.x
json-path-assert-2.1.0
2.0.x
json-path-assert-2.0.0
1.2.x
json-path-assert-1.2.0
1.1.x
json-path-assert-1.1.0
1.0.x
json-path-assert-1.0.0
0.9.x
json-path-assert-0.9.1
json-path-assert-0.9.0
0.8.x
json-path-assert-0.8.1
json-path-assert-0.8.0
0.5.x
json-path-assert-0.5.6
json-path-assert-0.5.5
json-path-assert-0.5.4
json-path-assert-0.5.3
json-path-assert-0.5.2
json-path-assert-0.5.1

How to add a dependency to Maven

Add the following com.jayway.jsonpath : json-path-assert maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jayway.jsonpath</groupId>
    <artifactId>json-path-assert</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jayway.jsonpath : json-path-assert gradle dependency to your build.gradle file:

implementation 'com.jayway.jsonpath:json-path-assert:2.8.0'

Gradle Kotlin DSL: Add the following com.jayway.jsonpath : json-path-assert gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jayway.jsonpath:json-path-assert:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jayway.jsonpath : json-path-assert sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jayway.jsonpath" % "json-path-assert" % "2.8.0"