| GroupId | GroupIdnl.openweb.jcr |
|---|---|
| ArtifactId | ArtifactIdin-memory-jcr |
| Version | Versionhippo-1.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| in-memory-jcr-hippo-1.3.2.pom | |
| in-memory-jcr-hippo-1.3.2.jar | 13 KB |
| in-memory-jcr-hippo-1.3.2-sources.jar | 11 KB |
| in-memory-jcr-hippo-1.3.2-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.openweb.jcr/in-memory-jcr/ -->
<dependency>
<groupId>nl.openweb.jcr</groupId>
<artifactId>in-memory-jcr</artifactId>
<version>hippo-1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.openweb.jcr/in-memory-jcr/
implementation 'nl.openweb.jcr:in-memory-jcr:hippo-1.3.2'
// https://jarcasting.com/artifacts/nl.openweb.jcr/in-memory-jcr/
implementation ("nl.openweb.jcr:in-memory-jcr:hippo-1.3.2")
'nl.openweb.jcr:in-memory-jcr:jar:hippo-1.3.2'
<dependency org="nl.openweb.jcr" name="in-memory-jcr" rev="hippo-1.3.2">
<artifact name="in-memory-jcr" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.openweb.jcr', module='in-memory-jcr', version='hippo-1.3.2')
)
libraryDependencies += "nl.openweb.jcr" % "in-memory-jcr" % "hippo-1.3.2"
[nl.openweb.jcr/in-memory-jcr "hippo-1.3.2"]