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