组织ID: |
com.jayway.jsonpath |
项目ID: |
json-path |
版本: |
1.2.0 |
最后修改时间: |
2018-07-24 07:10:49 |
包类型: |
jar |
标题: |
Json Path |
描述: |
Java port of Stefan Goessner JsonPath. |
相关URL: |
https://github.com/jayway/JsonPath |
大小: |
135.63KB |
|
Maven引入代码: |
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>1.2.0</version>
</dependency>
|
Gradle引入代码: |
com.jayway.jsonpath:json-path:1.2.0
|
下载Jar包: |
|
POM文件内容: |
<?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>1.2.0</version>
<name>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>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.jayway.jsonpath.Configuration$1.class
com.jayway.jsonpath.Configuration$ConfigurationBuilder.class
com.jayway.jsonpath.Configuration$Defaults.class
com.jayway.jsonpath.Configuration.class
com.jayway.jsonpath.Criteria$1.class
com.jayway.jsonpath.Criteria$CriteriaType$1.class
com.jayway.jsonpath.Criteria$CriteriaType$10.class
com.jayway.jsonpath.Criteria$CriteriaType$11.class
com.jayway.jsonpath.Criteria$CriteriaType$12.class
com.jayway.jsonpath.Criteria$CriteriaType$13.class
com.jayway.jsonpath.Criteria$CriteriaType$14.class
com.jayway.jsonpath.Criteria$CriteriaType$15.class
com.jayway.jsonpath.Criteria$CriteriaType$2.class
com.jayway.jsonpath.Criteria$CriteriaType$3.class
com.jayway.jsonpath.Criteria$CriteriaType$4.class
com.jayway.jsonpath.Criteria$CriteriaType$5.class
com.jayway.jsonpath.Criteria$CriteriaType$6.class
com.jayway.jsonpath.Criteria$CriteriaType$7.class
com.jayway.jsonpath.Criteria$CriteriaType$8.class
com.jayway.jsonpath.Criteria$CriteriaType$9.class
com.jayway.jsonpath.Criteria$CriteriaType.class
com.jayway.jsonpath.Criteria.class
com.jayway.jsonpath.DocumentContext.class
com.jayway.jsonpath.EvaluationListener$EvaluationContinuation.class
com.jayway.jsonpath.EvaluationListener$FoundResult.class
com.jayway.jsonpath.EvaluationListener.class
com.jayway.jsonpath.Filter$1.class
com.jayway.jsonpath.Filter$AndFilter.class
com.jayway.jsonpath.Filter$OrFilter.class
com.jayway.jsonpath.Filter$SingleFilter.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.Option.class
com.jayway.jsonpath.ParseContext.class
com.jayway.jsonpath.PathNotFoundException.class
com.jayway.jsonpath.Predicate$PredicateContext.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.Cache.class
com.jayway.jsonpath.internal.CompiledPath.class
com.jayway.jsonpath.internal.EvaluationAbortException.class
com.jayway.jsonpath.internal.EvaluationContext.class
com.jayway.jsonpath.internal.JsonFormatter.class
com.jayway.jsonpath.internal.JsonReader$1.class
com.jayway.jsonpath.internal.JsonReader$LimitingEvaluationListener.class
com.jayway.jsonpath.internal.JsonReader.class
com.jayway.jsonpath.internal.Path.class
com.jayway.jsonpath.internal.PathCompiler$PathComponentAnalyzer.class
com.jayway.jsonpath.internal.PathCompiler.class
com.jayway.jsonpath.internal.PathRef$1.class
com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.class
com.jayway.jsonpath.internal.PathRef$ObjectMultiPropertyPathRef.class
com.jayway.jsonpath.internal.PathRef$ObjectPropertyPathRef.class
com.jayway.jsonpath.internal.PathRef$RootPathRef.class
com.jayway.jsonpath.internal.PathRef.class
com.jayway.jsonpath.internal.Utils$ClassLoaderAwareObjectInputStream.class
com.jayway.jsonpath.internal.Utils.class
com.jayway.jsonpath.internal.spi.json.AbstractJsonProvider.class
com.jayway.jsonpath.internal.spi.json.GsonJsonProvider.class
com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider.class
com.jayway.jsonpath.internal.spi.json.JacksonJsonProvider.class
com.jayway.jsonpath.internal.spi.json.JsonSmartJsonProvider.class
com.jayway.jsonpath.internal.spi.mapper.Factory.class
com.jayway.jsonpath.internal.spi.mapper.GsonMappingProvider$1.class
com.jayway.jsonpath.internal.spi.mapper.GsonMappingProvider$2.class
com.jayway.jsonpath.internal.spi.mapper.GsonMappingProvider.class
com.jayway.jsonpath.internal.spi.mapper.JacksonMappingProvider.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$1.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$BigDecimalReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$DateReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$DoubleReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$FloatReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$IntegerReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$LongReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider$StringReader.class
com.jayway.jsonpath.internal.spi.mapper.JsonSmartMappingProvider.class
com.jayway.jsonpath.internal.token.ArrayPathToken$1.class
com.jayway.jsonpath.internal.token.ArrayPathToken$Operation.class
com.jayway.jsonpath.internal.token.ArrayPathToken.class
com.jayway.jsonpath.internal.token.EvaluationContextImpl$1.class
com.jayway.jsonpath.internal.token.EvaluationContextImpl$FoundResultImpl.class
com.jayway.jsonpath.internal.token.EvaluationContextImpl.class
com.jayway.jsonpath.internal.token.PathToken.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
gson-2.3.jar
/com.google.code.gson/gson/2.3
查看gson所有版本文件
json-smart-2.1.0.jar
/net.minidev/json-smart/2.1.0
查看json-smart所有版本文件
slf4j-api-1.7.7.jar
/org.slf4j/slf4j-api/1.7.7
查看slf4j-api所有版本文件
jackson-databind-2.3.4.jar
/com.fasterxml.jackson.core/jackson-databind/2.3.4
查看jackson-databind所有版本文件
|