is not current version
Last Version 2.10

nl.vpro:jcr-criteria 2.0

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

GroupId

GroupId

nl.vpro
ArtifactId

ArtifactId

jcr-criteria
Version

Version

2.0
Type

Type

jar

Download jcr-criteria 2.0


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