License |
License |
---|---|
GroupId | GroupIdcom.github.hippoom |
ArtifactId | ArtifactIdspring-test-dbunit-template |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-test-dbunit-template
An extension to simplify CRUD test with spring-test-dbunit
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/spring-test-dbunit-template/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>spring-test-dbunit-template</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/spring-test-dbunit-template/
implementation 'com.github.hippoom:spring-test-dbunit-template:0.1.1'
// https://jarcasting.com/artifacts/com.github.hippoom/spring-test-dbunit-template/
implementation ("com.github.hippoom:spring-test-dbunit-template:0.1.1")
'com.github.hippoom:spring-test-dbunit-template:jar:0.1.1'
<dependency org="com.github.hippoom" name="spring-test-dbunit-template" rev="0.1.1">
<artifact name="spring-test-dbunit-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='spring-test-dbunit-template', version='0.1.1')
)
libraryDependencies += "com.github.hippoom" % "spring-test-dbunit-template" % "0.1.1"
[com.github.hippoom/spring-test-dbunit-template "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
dom4j : dom4j | jar | 1.6.1 |
jaxen : jaxen | jar | 1.1.6 |
org.springframework : spring-test | jar | 4.1.6.RELEASE |
org.dbunit : dbunit | jar | 2.4.9 |
com.github.springtestdbunit : spring-test-dbunit | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |