组织ID: |
com.github.fge |
项目ID: |
json-patch |
版本: |
1.7 |
最后修改时间: |
2018-07-27 21:48:22 |
包类型: |
jar |
标题: |
null |
描述: |
null |
相关URL: |
https://github.com/fge/json-patch |
大小: |
42.25KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-patch</artifactId>
<version>1.7</version>
</dependency>
|
Gradle引入代码: |
com.github.fge:json-patch:1.7
|
下载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.github.fge</groupId>
<artifactId>json-patch</artifactId>
<version>1.7</version>
<name>null</name>
<description>null</description>
<url>https://github.com/fge/json-patch</url>
<licenses>
<license>
<name>Lesser General Public License, version 3 or greater</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache Software License, version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>fge</id>
<name>Francis Galiegue</name>
<email>fgaliegue@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git@github.com:fge/json-patch</connection>
<developerConnection>https://github.com/fge/json-patch.git</developerConnection>
<url>git@github.com:fge/json-patch</url>
</scm>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.7</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>snakeyaml</artifactId>
<groupId>org.yaml</groupId>
</exclusion>
<exclusion>
<artifactId>bsh</artifactId>
<groupId>org.beanshell</groupId>
</exclusion>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>jackson-coreutils</artifactId>
<version>1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.fge.jsonpatch.JsonPatchOperation.class
com.github.fge.jsonpatch.JsonPatchException.class
com.github.fge.jsonpatch.DualPathOperation.class
com.github.fge.jsonpatch.JsonPatch.class
com.github.fge.jsonpatch.JsonPatchMessages.class
com.github.fge.jsonpatch.MoveOperation.class
com.github.fge.jsonpatch.RemoveOperation.class
com.github.fge.jsonpatch.AddOperation.class
com.github.fge.jsonpatch.PathValueOperation.class
com.github.fge.jsonpatch.CopyOperation.class
com.github.fge.jsonpatch.ReplaceOperation.class
com.github.fge.jsonpatch.TestOperation.class
com.github.fge.jsonpatch.diff.Diff.class
com.github.fge.jsonpatch.diff.DiffOperation.class
com.github.fge.jsonpatch.diff.IndexedJsonArray.class
com.github.fge.jsonpatch.diff.DiffFactorizer$1.class
com.github.fge.jsonpatch.diff.DiffFactorizer.class
com.github.fge.jsonpatch.diff.JsonDiff.class
com.github.fge.jsonpatch.diff.LCS.class
com.github.fge.jsonpatch.mergepatch.JsonMergePatch.class
com.github.fge.jsonpatch.mergepatch.JsonMergePatchDeserializer.class
com.github.fge.jsonpatch.mergepatch.ObjectMergePatch.class
com.github.fge.jsonpatch.mergepatch.ArrayMergePatch.class
META-INF/ASL-2.0.txt
META-INF/LGPL-3.0.txt
META-INF/LICENSE
com/github/fge/jsonpatch/messages.properties
|
依赖Jar: |
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
testng-6.8.7.jar
/org.testng/testng/6.8.7
查看testng所有版本文件
jackson-coreutils-1.6.jar
/com.github.fge/jackson-coreutils/1.6
查看jackson-coreutils所有版本文件
jsr305-2.0.1.jar
/com.google.code.findbugs/jsr305/2.0.1
查看jsr305所有版本文件
|