json-fuzzy-match
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.orangain</groupId>
<artifactId>json-fuzzy-match</artifactId>
<version>0.7.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.orangain</groupId>
<artifactId>json-fuzzy-match</artifactId>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>json-fuzzy-match</name>
<description>Custom assertion to check JSON string matches pattern.</description>
<url>https://github.com/orangain/json-fuzzy-match</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/orangain/json-fuzzy-match/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>orangain</id>
<name>Kota Kato</name>
<email>orangain@gmail.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/orangain/json-fuzzy-match</url>
</scm>
</project>