License |
License |
---|---|
GroupId | GroupIdcom.github.ppodgorsek |
ArtifactId | ArtifactIdspring-test-dbunit-core |
Version | Version5.2.0 |
Type | Typejar |
Description |
DescriptionSpring Test DBUnit Core
Core module for the integration between the Spring testing framework and DBUnit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-test-dbunit-core/ -->
<dependency>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>spring-test-dbunit-core</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-test-dbunit-core/
implementation 'com.github.ppodgorsek:spring-test-dbunit-core:5.2.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-test-dbunit-core/
implementation ("com.github.ppodgorsek:spring-test-dbunit-core:5.2.0")
'com.github.ppodgorsek:spring-test-dbunit-core:jar:5.2.0'
<dependency org="com.github.ppodgorsek" name="spring-test-dbunit-core" rev="5.2.0">
<artifact name="spring-test-dbunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='spring-test-dbunit-core', version='5.2.0')
)
libraryDependencies += "com.github.ppodgorsek" % "spring-test-dbunit-core" % "5.2.0"
[com.github.ppodgorsek/spring-test-dbunit-core "5.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.dbunit : dbunit | jar | 2.6.0 |
org.springframework : spring-context | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework : spring-test | jar |
Group / Artifact | Type | Version |
---|---|---|
com.github.ppodgorsek : spring-test-dbunit-test | jar | 5.2.0 |