s

spring-test-dbunit-template

An extension to simplify CRUD test with spring-test-dbunit
https://github.com/Hippoom/spring-test-dbunit-template
The MIT License (MIT)
Yugang Zhou
Files download
File Operation
spring-test-dbunit-template-0.1.1.jar download
spring-test-dbunit-template-0.1.1.pom download
spring-test-dbunit-template-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hippoom</groupId>
  <artifactId>spring-test-dbunit-template</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.hippoom:spring-test-dbunit-template:0.1.1'
Gradle Kotlin
implementation("com.github.hippoom:spring-test-dbunit-template:0.1.1")
Scala SBT
libraryDependencies += "com.github.hippoom" % "spring-test-dbunit-template" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hippoom', module='spring-test-dbunit-template', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.hippoom" name="spring-test-dbunit-template" rev="0.1.1" />
Leiningen
[com.github.hippoom/spring-test-dbunit-template "0.1.1"]
Apache Buildr
'com.github.hippoom:spring-test-dbunit-template:jar:0.1.1'