| 组织ID: |
net.javacrumbs.json-unit |
| 项目ID: |
json-unit-fluent |
| 版本: |
1.5.2 |
| 最后修改时间: |
2019-10-31 10:42:43 |
| 包类型: |
jar |
| 描述: |
JSON Assertions inspired by FEST and AssertJ. It actually does not
use any of these modules, but can be used together with any of them.
|
| 大小: |
6.06KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-fluent</artifactId>
<version>1.5.2</version>
</dependency>
|
| Gradle引入代码: |
net.javacrumbs.json-unit:json-unit-fluent:1.5.2
|
| 下载Jar包: |
|
| POM文件内容: |
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>json-unit-fluent</artifactId>
<description>
JSON Assertions inspired by FEST and AssertJ. It actually does not
use any of these modules, but can be used together with any of them.
</description>
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>1.5.2</version>
</parent>
<dependencies>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${jackson1.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson2.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.javacrumbs.jsonunit.fluent.JsonFluentAssert$ArrayAssert.class
net.javacrumbs.jsonunit.fluent.JsonFluentAssert.class
META-INF/maven/net.javacrumbs.json-unit/json-unit-fluent/pom.xml
META-INF/maven/net.javacrumbs.json-unit/json-unit-fluent/pom.properties
|
| 依赖Jar: |
json-unit-core-${project.version}.jar
/net.javacrumbs.json-unit/json-unit-core/${project.version}
查看json-unit-core所有版本文件
jackson-mapper-asl-${jackson1.version}.jar
/org.codehaus.jackson/jackson-mapper-asl/${jackson1.version}
查看jackson-mapper-asl所有版本文件
jackson-databind-${jackson2.version}.jar
/com.fasterxml.jackson.core/jackson-databind/${jackson2.version}
查看jackson-databind所有版本文件
|