License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.appform.hope |
ArtifactId | ArtifactIdhope-lang |
Version | Version1.0.12 |
Type | Typejar |
Description |
DescriptionHigh level language for predicate evaluation on JSON written in java. It uses jackson
for json handling and json-path for value extraction.
|
Filename | Size |
---|---|
hope-lang-1.0.12.pom | |
hope-lang-1.0.12.jar | 44 KB |
hope-lang-1.0.12-sources.jar | 28 KB |
hope-lang-1.0.12-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.hope/hope-lang/ -->
<dependency>
<groupId>io.appform.hope</groupId>
<artifactId>hope-lang</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.hope/hope-lang/
implementation 'io.appform.hope:hope-lang:1.0.12'
// https://jarcasting.com/artifacts/io.appform.hope/hope-lang/
implementation ("io.appform.hope:hope-lang:1.0.12")
'io.appform.hope:hope-lang:jar:1.0.12'
<dependency org="io.appform.hope" name="hope-lang" rev="1.0.12">
<artifact name="hope-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.hope', module='hope-lang', version='1.0.12')
)
libraryDependencies += "io.appform.hope" % "hope-lang" % "1.0.12"
[io.appform.hope/hope-lang "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
io.appform.hope : hope-core | jar | 1.0.12 |
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.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
com.google.guava : guava | jar | 28.0-jre |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.5 |
ch.qos.logback : logback-core | jar | 1.2.5 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |