is not current version
Last Version 2.10

nl.vpro:jcr-criteria 2.2

A Hibernate's Criteria-like API to programmatically generate JCR queries

GroupId

GroupId

nl.vpro
ArtifactId

ArtifactId

jcr-criteria
Version

Version

2.2
Type

Type

jar

Download jcr-criteria 2.2


<!-- https://jarcasting.com/artifacts/nl.vpro/jcr-criteria/ -->
<dependency>
    <groupId>nl.vpro</groupId>
    <artifactId>jcr-criteria</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro/jcr-criteria/
implementation 'nl.vpro:jcr-criteria:2.2'
// https://jarcasting.com/artifacts/nl.vpro/jcr-criteria/
implementation ("nl.vpro:jcr-criteria:2.2")
'nl.vpro:jcr-criteria:jar:2.2'
<dependency org="nl.vpro" name="jcr-criteria" rev="2.2">
  <artifact name="jcr-criteria" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro', module='jcr-criteria', version='2.2')
)
libraryDependencies += "nl.vpro" % "jcr-criteria" % "2.2"
[nl.vpro/jcr-criteria "2.2"]