Last Version

io.appform.hope:hope-lang 1.1.1

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

License

License

Categories

Categories

ORM Data
GroupId

GroupId

io.appform.hope
ArtifactId

ArtifactId

hope-lang
Version

Version

1.1.1
Type

Type

jar
Description

Description

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

Download hope-lang 1.1.1


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

Dependencies

compile (4)

Group / Artifact Type Version
io.appform.hope : hope-core jar 1.1.1
com.fasterxml.jackson.core : jackson-core jar 2.13.1
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
com.jayway.jsonpath : json-path jar 2.7.0

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22
com.google.guava : guava jar 31.0.1-jre

test (5)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.10
ch.qos.logback : logback-core jar 1.2.10
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar

Project Modules

There are no modules declared in this project.