is not current version
Last Version 0.3.2.1

io.inkstand:scribble-parent 0.3.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-parent
Version

Version

0.3.2
Type

Type

pom

Download scribble-parent 0.3.2

Filename Size
scribble-parent-0.3.2.pom 36 KB
Browse

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