Files download
File Operation
jcr-mocking-tool-1.3.4.jar download
jcr-mocking-tool-1.3.4.pom download
jcr-mocking-tool-1.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.openweb.jcr</groupId>
  <artifactId>jcr-mocking-tool</artifactId>
  <version>1.3.4</version>
</dependency>
Gradle Groovy
implementation 'nl.openweb.jcr:jcr-mocking-tool:1.3.4'
Gradle Kotlin
implementation("nl.openweb.jcr:jcr-mocking-tool:1.3.4")
Scala SBT
libraryDependencies += "nl.openweb.jcr" % "jcr-mocking-tool" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='nl.openweb.jcr', module='jcr-mocking-tool', version='1.3.4')
)
Apache Ivy
<dependency org="nl.openweb.jcr" name="jcr-mocking-tool" rev="1.3.4" />
Leiningen
[nl.openweb.jcr/jcr-mocking-tool "1.3.4"]
Apache Buildr
'nl.openweb.jcr:jcr-mocking-tool:jar:1.3.4'