You can download json-path-2.3.0.jar in this page.
Apache License
json-path-2.3.0.jar file has the following types.
META-INF/MANIFEST.MF com.jayway.jsonpath.Configuration.class com.jayway.jsonpath.Criteria.class com.jayway.jsonpath.DocumentContext.class com.jayway.jsonpath.EvaluationListener.class com.jayway.jsonpath.Filter.class com.jayway.jsonpath.InvalidCriteriaException.class com.jayway.jsonpath.InvalidJsonException.class com.jayway.jsonpath.InvalidModificationException.class com.jayway.jsonpath.InvalidPathException.class com.jayway.jsonpath.JsonPath.class com.jayway.jsonpath.JsonPathException.class com.jayway.jsonpath.MapFunction.class com.jayway.jsonpath.Option.class com.jayway.jsonpath.ParseContext.class com.jayway.jsonpath.PathNotFoundException.class com.jayway.jsonpath.Predicate.class com.jayway.jsonpath.ReadContext.class com.jayway.jsonpath.TypeRef.class com.jayway.jsonpath.ValueCompareException.class com.jayway.jsonpath.WriteContext.class com.jayway.jsonpath.internal.CharacterIndex.class com.jayway.jsonpath.internal.DefaultsImpl.class com.jayway.jsonpath.internal.EvaluationAbortException.class com.jayway.jsonpath.internal.EvaluationContext.class com.jayway.jsonpath.internal.JsonContext.class com.jayway.jsonpath.internal.JsonFormatter.class com.jayway.jsonpath.internal.ParseContextImpl.class com.jayway.jsonpath.internal.Path.class com.jayway.jsonpath.internal.PathRef.class com.jayway.jsonpath.internal.Utils.class com.jayway.jsonpath.internal.filter.Evaluator.class com.jayway.jsonpath.internal.filter.EvaluatorFactory.class com.jayway.jsonpath.internal.filter.ExpressionNode.class com.jayway.jsonpath.internal.filter.FilterCompiler.class com.jayway.jsonpath.internal.filter.LogicalExpressionNode.class com.jayway.jsonpath.internal.filter.LogicalOperator.class com.jayway.jsonpath.internal.filter.RelationalExpressionNode.class com.jayway.jsonpath.internal.filter.RelationalOperator.class com.jayway.jsonpath.internal.filter.ValueNode.class com.jayway.jsonpath.internal.function.ParamType.class com.jayway.jsonpath.internal.function.Parameter.class com.jayway.jsonpath.internal.function.PassthruPathFunction.class com.jayway.jsonpath.internal.function.PathFunction.class com.jayway.jsonpath.internal.function.PathFunctionFactory.class com.jayway.jsonpath.internal.function.json.Append.class com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue.class com.jayway.jsonpath.internal.function.latebinding.JsonLateBindingValue.class com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.class com.jayway.jsonpath.internal.function.numeric.AbstractAggregation.class com.jayway.jsonpath.internal.function.numeric.Average.class com.jayway.jsonpath.internal.function.numeric.Max.class com.jayway.jsonpath.internal.function.numeric.Min.class com.jayway.jsonpath.internal.function.numeric.StandardDeviation.class com.jayway.jsonpath.internal.function.numeric.Sum.class com.jayway.jsonpath.internal.function.text.Concatenate.class com.jayway.jsonpath.internal.function.text.Length.class com.jayway.jsonpath.internal.path.ArrayIndexOperation.class com.jayway.jsonpath.internal.path.ArrayPathToken.class com.jayway.jsonpath.internal.path.ArraySliceOperation.class com.jayway.jsonpath.internal.path.CompiledPath.class com.jayway.jsonpath.internal.path.EvaluationContextImpl.class com.jayway.jsonpath.internal.path.FunctionPathToken.class com.jayway.jsonpath.internal.path.PathCompiler.class com.jayway.jsonpath.internal.path.PathToken.class com.jayway.jsonpath.internal.path.PathTokenAppender.class com.jayway.jsonpath.internal.path.PathTokenFactory.class com.jayway.jsonpath.internal.path.PredicateContextImpl.class com.jayway.jsonpath.internal.path.PredicatePathToken.class com.jayway.jsonpath.internal.path.PropertyPathToken.class com.jayway.jsonpath.internal.path.RootPathToken.class com.jayway.jsonpath.internal.path.ScanPathToken.class com.jayway.jsonpath.internal.path.WildcardPathToken.class com.jayway.jsonpath.spi.cache.Cache.class com.jayway.jsonpath.spi.cache.CacheProvider.class com.jayway.jsonpath.spi.cache.LRUCache.class com.jayway.jsonpath.spi.cache.NOOPCache.class com.jayway.jsonpath.spi.json.AbstractJsonProvider.class com.jayway.jsonpath.spi.json.GsonJsonProvider.class com.jayway.jsonpath.spi.json.JacksonJsonNodeJsonProvider.class com.jayway.jsonpath.spi.json.JacksonJsonProvider.class com.jayway.jsonpath.spi.json.JettisonProvider.class com.jayway.jsonpath.spi.json.JsonOrgJsonProvider.class com.jayway.jsonpath.spi.json.JsonProvider.class com.jayway.jsonpath.spi.json.JsonSmartJsonProvider.class com.jayway.jsonpath.spi.json.TapestryJsonProvider.class com.jayway.jsonpath.spi.mapper.GsonMappingProvider.class com.jayway.jsonpath.spi.mapper.JacksonMappingProvider.class com.jayway.jsonpath.spi.mapper.JsonOrgMappingProvider.class com.jayway.jsonpath.spi.mapper.JsonSmartMappingProvider.class com.jayway.jsonpath.spi.mapper.MappingException.class com.jayway.jsonpath.spi.mapper.MappingProvider.class com.jayway.jsonpath.spi.mapper.TapestryMappingProvider.class
json-path-2.3.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</artifactId> <version>2.3.0</version> <name>project ':json-path'</name> <description>Java port of Stefan Goessner 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>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.6.3</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.3.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20140107</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-json</artifactId> <version>5.4.3</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>1.3.7</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.3.0</version> </dependency>
If you think the following json-path-2.3.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-2.3.0.jar file