| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sporniket.spring-test-dbunit |
| Идентификатор | Идентификаторspring-test-dbunit-parent |
| Версия | Версия5.2.1 |
| Тип | Типpom |
| Описание |
ОписаниеSpring Test DBUnit Parent
This project was forked from https://github.com/springtestdbunit/spring-test-dbunit due to the lack of maintenance of the latter.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-test-dbunit-parent-5.2.1.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sporniket.spring-test-dbunit/spring-test-dbunit-parent/ -->
<dependency>
<groupId>com.sporniket.spring-test-dbunit</groupId>
<artifactId>spring-test-dbunit-parent</artifactId>
<version>5.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sporniket.spring-test-dbunit/spring-test-dbunit-parent/
implementation 'com.sporniket.spring-test-dbunit:spring-test-dbunit-parent:5.2.1'
// https://jarcasting.com/artifacts/com.sporniket.spring-test-dbunit/spring-test-dbunit-parent/
implementation ("com.sporniket.spring-test-dbunit:spring-test-dbunit-parent:5.2.1")
'com.sporniket.spring-test-dbunit:spring-test-dbunit-parent:pom:5.2.1'
<dependency org="com.sporniket.spring-test-dbunit" name="spring-test-dbunit-parent" rev="5.2.1">
<artifact name="spring-test-dbunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sporniket.spring-test-dbunit', module='spring-test-dbunit-parent', version='5.2.1')
)
libraryDependencies += "com.sporniket.spring-test-dbunit" % "spring-test-dbunit-parent" % "5.2.1"
[com.sporniket.spring-test-dbunit/spring-test-dbunit-parent "5.2.1"]