| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.zapodot |
| Идентификатор | Идентификаторembedded-db-junit-parent |
| Последняя версия | Последняя версия2.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеembedded-db-junit-parent
Library that provides a JUnit rule for setting up unit test using an embedded in-memory database (H2)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| embedded-db-junit-parent-2.0.2.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit-parent/ -->
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit-parent/
implementation 'org.zapodot:embedded-db-junit-parent:2.0.2'
// https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit-parent/
implementation ("org.zapodot:embedded-db-junit-parent:2.0.2")
'org.zapodot:embedded-db-junit-parent:pom:2.0.2'
<dependency org="org.zapodot" name="embedded-db-junit-parent" rev="2.0.2">
<artifact name="embedded-db-junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zapodot', module='embedded-db-junit-parent', version='2.0.2')
)
libraryDependencies += "org.zapodot" % "embedded-db-junit-parent" % "2.0.2"
[org.zapodot/embedded-db-junit-parent "2.0.2"]