Files download
File Operation
rider-junit5-1.9.1.jar download
rider-junit5-1.9.1.pom download
rider-junit5-1.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.database-rider</groupId>
  <artifactId>rider-junit5</artifactId>
  <version>1.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.database-rider:rider-junit5:1.9.1'
Gradle Kotlin
implementation("com.github.database-rider:rider-junit5:1.9.1")
Scala SBT
libraryDependencies += "com.github.database-rider" % "rider-junit5" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.database-rider', module='rider-junit5', version='1.9.1')
)
Apache Ivy
<dependency org="com.github.database-rider" name="rider-junit5" rev="1.9.1" />
Leiningen
[com.github.database-rider/rider-junit5 "1.9.1"]
Apache Buildr
'com.github.database-rider:rider-junit5:jar:1.9.1'