| GroupId | GroupIdnl.openweb.jcr |
|---|---|
| ArtifactId | ArtifactIdjcr-mocking-tool |
| Version | Version1.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jcr-mocking-tool-1.3.2.pom | |
| jcr-mocking-tool-1.3.2.jar | 28 KB |
| jcr-mocking-tool-1.3.2-sources.jar | 22 KB |
| jcr-mocking-tool-1.3.2-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.openweb.jcr/jcr-mocking-tool/ -->
<dependency>
<groupId>nl.openweb.jcr</groupId>
<artifactId>jcr-mocking-tool</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.openweb.jcr/jcr-mocking-tool/
implementation 'nl.openweb.jcr:jcr-mocking-tool:1.3.2'
// https://jarcasting.com/artifacts/nl.openweb.jcr/jcr-mocking-tool/
implementation ("nl.openweb.jcr:jcr-mocking-tool:1.3.2")
'nl.openweb.jcr:jcr-mocking-tool:jar:1.3.2'
<dependency org="nl.openweb.jcr" name="jcr-mocking-tool" rev="1.3.2">
<artifact name="jcr-mocking-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.openweb.jcr', module='jcr-mocking-tool', version='1.3.2')
)
libraryDependencies += "nl.openweb.jcr" % "jcr-mocking-tool" % "1.3.2"
[nl.openweb.jcr/jcr-mocking-tool "1.3.2"]