MVN

io.appform.hope : hope

Maven & Gradle

Jul 12, 2023
15 stars

Hope · High level language for predicate evaluation on JSON written in java. It uses jackson for json handling and json-path for value extraction.

<dependency>
    <groupId>io.appform.hope</groupId>
    <artifactId>hope</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appform.hope : hope to add to Maven - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of io.appform.hope : hope to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
hope-2.0.3
hope-2.0.2
hope-2.0.1
2.0
hope-2.0
1.2
hope-1.2
1.1.x
hope-1.1.2
hope-1.1.1
hope-1.1.0
1.0.x
hope-1.0.13
hope-1.0.12
hope-1.0.11
hope-1.0.10
hope-1.0.9
hope-1.0.8
hope-1.0.7
hope-1.0.6
hope-1.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.appform.hope</groupId>
    <artifactId>hope</artifactId>
    <version>2.0.3</version>
</dependency>

Advertisement