You can download json-path-0.9.1.jar in this page.
Apache License
json-path-0.9.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.jayway.jsonpath/json-path/pom.properties META-INF/maven/com.jayway.jsonpath/json-path/pom.xml com.jayway.jsonpath.Configuration.class com.jayway.jsonpath.Criteria.class com.jayway.jsonpath.Filter.class com.jayway.jsonpath.IndefinitePathException.class com.jayway.jsonpath.InvalidConversionException.class com.jayway.jsonpath.InvalidCriteriaException.class com.jayway.jsonpath.InvalidJsonException.class com.jayway.jsonpath.InvalidModelException.class com.jayway.jsonpath.InvalidPathException.class com.jayway.jsonpath.JsonModel.class com.jayway.jsonpath.JsonPath.class com.jayway.jsonpath.Option.class com.jayway.jsonpath.ParseContext.class com.jayway.jsonpath.PathNotFoundException.class com.jayway.jsonpath.ReadContext.class com.jayway.jsonpath.Transformer.class com.jayway.jsonpath.internal.JsonFormatter.class com.jayway.jsonpath.internal.JsonReader.class com.jayway.jsonpath.internal.PathToken.class com.jayway.jsonpath.internal.PathTokenizer.class com.jayway.jsonpath.internal.Utils.class com.jayway.jsonpath.internal.filter.ArrayEvalFilter.class com.jayway.jsonpath.internal.filter.ArrayIndexFilter.class com.jayway.jsonpath.internal.filter.ArrayQueryFilter.class com.jayway.jsonpath.internal.filter.FieldFilter.class com.jayway.jsonpath.internal.filter.FilterFactory.class com.jayway.jsonpath.internal.filter.HasPathFilter.class com.jayway.jsonpath.internal.filter.PassthroughFilter.class com.jayway.jsonpath.internal.filter.PathTokenFilter.class com.jayway.jsonpath.internal.filter.ScanFilter.class com.jayway.jsonpath.internal.filter.WildcardFilter.class com.jayway.jsonpath.internal.filter.eval.ExpressionEvaluator.class com.jayway.jsonpath.spi.HttpProvider.class com.jayway.jsonpath.spi.HttpProviderFactory.class com.jayway.jsonpath.spi.JsonProvider.class com.jayway.jsonpath.spi.JsonProviderFactory.class com.jayway.jsonpath.spi.MappingProvider.class com.jayway.jsonpath.spi.MappingProviderFactory.class com.jayway.jsonpath.spi.Mode.class com.jayway.jsonpath.spi.impl.AbstractJsonProvider.class com.jayway.jsonpath.spi.impl.JacksonProvider.class com.jayway.jsonpath.spi.impl.JsonSmartJsonProvider.class
json-path-0.9.1.pom file content.
<?xml version="1.0"?> <!-- ~ Copyright 2010 the original author or authors. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path-parent</artifactId> <version>0.9.1</version> </parent> <artifactId>json-path</artifactId> <packaging>bundle</packaging> <name>json-path</name> <url>http://code.google.com/p/json-path/</url> <dependencies> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>0.9.1</version> </dependency>
If you think the following json-path-0.9.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download json-path-0.9.1.jar file