is not current version
Last Version 0.4.8

io.tourniquet.junit:parent 0.4.0-M1

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

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.tourniquet.junit
ArtifactId

ArtifactId

parent
Version

Version

0.4.0-M1
Type

Type

pom

Download parent 0.4.0-M1

Filename Size
parent-0.4.0-M1.pom 26 KB
Browse

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