| License |
License |
|---|---|
| GroupId | GroupIdcom.sporniket.spring-test-dbunit |
| ArtifactId | ArtifactIdspring-test-dbunit-parent |
| Last Version | Last Version5.2.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpring Test DBUnit Parent
This project was forked from https://github.com/springtestdbunit/spring-test-dbunit due to the lack of maintenance of the latter.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-test-dbunit-parent-5.2.1.pom | 16 KB |
| Browse |
<!-- 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"]