Download json-path-assert-2.4.0.jar file

Introduction

You can download json-path-assert-2.4.0.jar in this page.

License

Apache License

Type List

json-path-assert-2.4.0.jar file has the following types.

META-INF/MANIFEST.MF
com.jayway.jsonassert.JsonAssert.class
com.jayway.jsonassert.JsonAsserter.class
com.jayway.jsonassert.impl.JsonAsserterImpl.class
com.jayway.jsonassert.impl.matcher.CollectionMatcher.class
com.jayway.jsonassert.impl.matcher.IsCollectionWithSize.class
com.jayway.jsonassert.impl.matcher.IsEmptyCollection.class
com.jayway.jsonassert.impl.matcher.IsMapContainingKey.class
com.jayway.jsonassert.impl.matcher.IsMapContainingValue.class
com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher.class
com.jayway.jsonpath.matchers.IsJson.class
com.jayway.jsonpath.matchers.JsonPathMatchers.class
com.jayway.jsonpath.matchers.WithJsonPath.class
com.jayway.jsonpath.matchers.WithoutJsonPath.class

Pom

json-path-assert-2.4.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.jayway.jsonpath</groupId>
  <artifactId>json-path-assert</artifactId>
  <version>2.4.0</version>
  <name>project ':json-path-assert'</name>
  <description>Assertions on Json using JsonPath</description>
  <url>https://github.com/jayway/JsonPath</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kalle.stenflo</id>
      <name>Kalle Stenflo</name>
      <email>kalle.stenflo (a) gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/jayway/JsonPath.git</connection>
    <developerConnection>scm:git:git://github.com/jayway/JsonPath.git</developerConnection>
    <url>scm:git:git://github.com/jayway/JsonPath.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following json-path-assert-2.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download json-path-assert-2.4.0.jar file




PreviousNext

Related