is not current version
Last Version 1.1.1

io.appform.hope:hope 1.0.11

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

Categories

Categories

ORM Data
GroupId

GroupId

io.appform.hope
ArtifactId

ArtifactId

hope
Version

Version

1.0.11
Type

Type

pom

Download hope 1.0.11

Filename Size
hope-1.0.11.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/io.appform.hope/hope/ -->
<dependency>
    <groupId>io.appform.hope</groupId>
    <artifactId>hope</artifactId>
    <version>1.0.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.appform.hope/hope/
implementation 'io.appform.hope:hope:1.0.11'
// https://jarcasting.com/artifacts/io.appform.hope/hope/
implementation ("io.appform.hope:hope:1.0.11")
'io.appform.hope:hope:pom:1.0.11'
<dependency org="io.appform.hope" name="hope" rev="1.0.11">
  <artifact name="hope" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.appform.hope', module='hope', version='1.0.11')
)
libraryDependencies += "io.appform.hope" % "hope" % "1.0.11"
[io.appform.hope/hope "1.0.11"]