License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.tourniquet.junit |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.4.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent
A testing framework for developing unit tests that required
a JCR repository. The framework contains mock repositories, assertion
and other helper classes.
|
Project Organization |
Project OrganizationDevCon5 GmbH |
Filename | Size |
---|---|
parent-0.4.8.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tourniquet.junit/parent/ -->
<dependency>
<groupId>io.tourniquet.junit</groupId>
<artifactId>parent</artifactId>
<version>0.4.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tourniquet.junit/parent/
implementation 'io.tourniquet.junit:parent:0.4.8'
// https://jarcasting.com/artifacts/io.tourniquet.junit/parent/
implementation ("io.tourniquet.junit:parent:0.4.8")
'io.tourniquet.junit:parent:pom:0.4.8'
<dependency org="io.tourniquet.junit" name="parent" rev="0.4.8">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tourniquet.junit', module='parent', version='0.4.8')
)
libraryDependencies += "io.tourniquet.junit" % "parent" % "0.4.8"
[io.tourniquet.junit/parent "0.4.8"]