| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаio.tourniquet.junit |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия0.4.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеparent
A testing framework for developing unit tests that required
a JCR repository. The framework contains mock repositories, assertion
and other helper classes.
|
| Организация-разработчик |
Организация-разработчикDevCon5 GmbH |
| Имя Файла | Размер |
|---|---|
| parent-0.4.8.pom | 29 KB |
| Обзор |
<!-- 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"]