is not current version
Last Version 0.3.2.1

io.inkstand:scribble 0.1.2

A testing framework for developing unit tests that required a JCR repository. The framework contains mock repositories, assertion and other helper classes.

GroupId

GroupId

io.inkstand
ArtifactId

ArtifactId

scribble
Version

Version

0.1.2
Type

Type

jar

Download scribble 0.1.2


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