License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.appform.hope |
ArtifactId | ArtifactIdhope |
Version | Version1.0.9 |
Type | Typepom |
Description |
DescriptionHope
High level language for predicate evaluation on JSON written in java. It uses jackson
for json handling and json-path for value extraction.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hope-1.0.9.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.hope/hope/ -->
<dependency>
<groupId>io.appform.hope</groupId>
<artifactId>hope</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.appform.hope/hope/
implementation 'io.appform.hope:hope:1.0.9'
// https://jarcasting.com/artifacts/io.appform.hope/hope/
implementation ("io.appform.hope:hope:1.0.9")
'io.appform.hope:hope:pom:1.0.9'
<dependency org="io.appform.hope" name="hope" rev="1.0.9">
<artifact name="hope" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.appform.hope', module='hope', version='1.0.9')
)
libraryDependencies += "io.appform.hope" % "hope" % "1.0.9"
[io.appform.hope/hope "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.10.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
com.jayway.jsonpath : json-path | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |