MVN

nl.openweb.jcr : in-memory-jcr

Maven & Gradle

Nov 26, 2020
3 usages
2 stars

In Memory JCR · A in memory JCR repository for testing Purposes

<dependency>
    <groupId>nl.openweb.jcr</groupId>
    <artifactId>in-memory-jcr</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.openweb.jcr : in-memory-jcr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of nl.openweb.jcr : in-memory-jcr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
in-memory-jcr-1.3.3
in-memory-jcr-1.3.2
hippo
in-memory-jcr-hippo-1.3.3
in-memory-jcr-hippo-1.3.2

How to add a dependency to Maven

Add the following nl.openweb.jcr : in-memory-jcr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.openweb.jcr</groupId>
    <artifactId>in-memory-jcr</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.openweb.jcr : in-memory-jcr gradle dependency to your build.gradle file:

implementation 'nl.openweb.jcr:in-memory-jcr:1.3.3'

Gradle Kotlin DSL: Add the following nl.openweb.jcr : in-memory-jcr gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.openweb.jcr:in-memory-jcr:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.openweb.jcr : in-memory-jcr sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.openweb.jcr" % "in-memory-jcr" % "1.3.3"

Advertisement