MVN

io.github.orangain : json-fuzzy-match

Maven & Gradle

Feb 04, 2024
10 stars

json-fuzzy-match · Custom assertion to check JSON string matches pattern.

<dependency>
    <groupId>io.github.orangain</groupId>
    <artifactId>json-fuzzy-match</artifactId>
    <version>0.6.0-alpha1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.orangain : json-fuzzy-match to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0-alpha1
  • Latest Alpha: 0.6.0-alpha1

All Versions

Choose a version of io.github.orangain : json-fuzzy-match to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
json-fuzzy-match-0.6.0-alpha1
0.5.x
json-fuzzy-match-0.5.2-alpha1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.orangain</groupId>
    <artifactId>json-fuzzy-match</artifactId>
    <version>0.6.0-alpha1</version>
</dependency>

Advertisement