r

rider-parent

Database testing made easy with JUnit and DBUnit.
https://github.com/database-rider/database-rider
Apache 2
Rafael M. Pestano
Files download
File Operation
rider-parent-1.42.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.database-rider</groupId>
  <artifactId>rider-parent</artifactId>
  <version>1.42.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.database-rider:rider-parent:1.42.0'
Gradle Kotlin
implementation("com.github.database-rider:rider-parent:1.42.0")
Scala SBT
libraryDependencies += "com.github.database-rider" % "rider-parent" % "1.42.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.database-rider', module='rider-parent', version='1.42.0')
)
Apache Ivy
<dependency org="com.github.database-rider" name="rider-parent" rev="1.42.0" />
Leiningen
[com.github.database-rider/rider-parent "1.42.0"]
Apache Buildr
'com.github.database-rider:rider-parent:jar:1.42.0'